U
    42‹iÀ  ã                   @   s   G d d„ de ƒZdS )c                   @   s<   e Zd ZdZd
dd„Zedd„ ƒZejdd„ ƒZdd	„ ZdS )ÚFileNamezThe filename of an Attachment.Nc                 C   s   d| _ |dk	r|| _dS )z†Create a FileName object

        :param file_name: The file name of the attachment
        :type file_name: string, optional
        N)Ú
_file_nameÚ	file_name)Úselfr   © r   úC/tmp/pip-unpacked-wheel-clku7wca/sendgrid/helpers/mail/file_name.pyÚ__init__   s    zFileName.__init__c                 C   s   | j S )zAThe file name of the attachment.

        :rtype: string
        ©r   ©r   r   r   r   r      s    zFileName.file_namec                 C   s
   || _ dS )z}The file name of the attachment.

        :param value: The file name of the attachment.
        :type value: string
        Nr   )r   Úvaluer   r   r   r      s    c                 C   s   | j S )z
        Get a JSON-ready representation of this FileName.

        :returns: This FileName, ready for use in a request body.
        :rtype: string
        )r   r	   r   r   r   Úget    s    zFileName.get)N)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr   r   r   r   r   r      s   


r   N)Úobjectr   r   r   r   r   Ú<module>   ó    