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

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

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

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

        :returns: This FooterHtml, ready for use in a request body.
        :rtype: string
        (   R   (   R   (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/footer_html.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_html.pyR       s
   	N(   t   objectR    (    (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/footer_html.pyt   <module>   t    