ó
º9—^c           @   s   d  e  f d „  ƒ  YZ d S(   t   SpamUrlc           B   sD   e  Z d  Z d d „ Z e d „  ƒ Z e j d „  ƒ Z d „  Z RS(   sn   An Inbound Parse URL that you would like a copy of your email
       along with the spam report to be sent to.c         C   s%   d |  _ | d k	 r! | |  _ n  d S(   sä   Create a SpamUrl object

        :param spam_url: An Inbound Parse URL that you would like a copy of
                         your email along with the spam report to be sent to.
        :type spam_url: string, optional
        N(   t   Nonet	   _spam_urlt   spam_url(   t   selfR   (    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/spam_url.pyt   __init__   s    	c         C   s   |  j  S(   s“   An Inbound Parse URL that you would like a copy of your email
           along with the spam report to be sent to.

        :rtype: string
        (   R   (   R   (    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/spam_url.pyR      s    c         C   s   | |  _  d S(   s,  An Inbound Parse URL that you would like a copy of your email
           along with the spam report to be sent to.

        :param value: An Inbound Parse URL that you would like a copy of your
                      email along with the spam report to be sent to.
        :type value: string
        N(   R   (   R   t   value(    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/spam_url.pyR      s    	c         C   s   |  j  S(   s›   
        Get a JSON-ready representation of this SpamUrl.

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