ó
š9^c           @   s   d  e  f d     YZ d S(   t
   FooterTextc           B   sD   e  Z d  Z d d  Z e d    Z e j d    Z d   Z RS(   s   The text in an Footer.c         C   s%   d |  _ | d k	 r! | |  _ n  d S(   s   Create a FooterText object

        :param footer_text: The plain text content of your footer.
        :type footer_text: string, optional
        N(   t   Nonet   _footer_textt   footer_text(   t   selfR   (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/footer_text.pyt   __init__   s    	c         C   s   |  j  S(   sG   The plain text content of your footer.

        :rtype: string
        (   R   (   R   (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/footer_text.pyR      s    c         C   s   | |  _  d S(   s   The plain text content of your footer.

        :param value: The plain text content of your footer.
        :type value: string
        N(   R   (   R   t   value(    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/footer_text.pyR      s    c         C   s   |  j  S(   sĄ   
        Get a JSON-ready representation of this FooterText.

        :returns: This FooterText, ready for use in a request body.
        :rtype: string
        (   R   (   R   (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/footer_text.pyt   get    s    N(	   t   __name__t
   __module__t   __doc__R   R   t   propertyR   t   setterR   (    (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/footer_text.pyR       s
   	N(   t   objectR    (    (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/footer_text.pyt   <module>   t    