B
    ²ô`a  ã               @   s0   d Z ddlmZ ddlmZ G dd„ deƒZdS )za
This code was generated by
\ / _    _  _|   _  _
 | (_)\/(_)(_|\/| |(/_  v1.0.0
      /       /
é    )ÚDomain)ÚV1c                   s<   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZdd„ Z‡  ZS )	ÚTrunkingc                s    t t| ƒ |¡ d| _d| _dS )z…
        Initialize the Trunking Domain

        :returns: Domain for Trunking
        :rtype: twilio.rest.trunking.Trunking
        zhttps://trunking.twilio.comN)Úsuperr   Ú__init__Úbase_urlÚ_v1)ÚselfZtwilio)Ú	__class__© úL/home/dcms/DCMS/lib/python3.7/site-packages/twilio/rest/trunking/__init__.pyr      s    zTrunking.__init__c             C   s   | j dkrt| ƒ| _ | j S )z]
        :returns: Version v1 of trunking
        :rtype: twilio.rest.trunking.v1.V1
        N)r   r   )r	   r   r   r   Úv1   s    

zTrunking.v1c             C   s   | j jS )zA
        :rtype: twilio.rest.trunking.v1.trunk.TrunkList
        )r   Útrunks)r	   r   r   r   r   '   s    zTrunking.trunksc             C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.Trunking>r   )r	   r   r   r   Ú__repr__.   s    zTrunking.__repr__)	Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   Ú__classcell__r   r   )r
   r   r      s   
r   N)Ú__doc__Ztwilio.base.domainr   Ztwilio.rest.trunking.v1r   r   r   r   r   r   Ú<module>   s   