B
    ²ô`?  ã               @   s<   d Z ddlm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
      /       /
é    )ÚVersion)ÚCredentialList)ÚServiceListc                   s<   e Zd Z‡ fdd„Zedd„ ƒZedd„ ƒZdd„ Z‡  ZS )	ÚV2c                s&   t t| ƒ |¡ d| _d| _d| _dS )z™
        Initialize the V2 version of IpMessaging

        :returns: V2 version of IpMessaging
        :rtype: twilio.rest.ip_messaging.v2.V2.V2
        Zv2N)Úsuperr   Ú__init__ÚversionÚ_credentialsÚ	_services)ÚselfÚdomain)Ú	__class__© úS/home/dcms/DCMS/lib/python3.7/site-packages/twilio/rest/ip_messaging/v2/__init__.pyr      s    zV2.__init__c             C   s   | j dkrt| ƒ| _ | j S )zO
        :rtype: twilio.rest.ip_messaging.v2.credential.CredentialList
        N)r	   r   )r   r   r   r   Úcredentials   s    

zV2.credentialsc             C   s   | j dkrt| ƒ| _ | j S )zI
        :rtype: twilio.rest.ip_messaging.v2.service.ServiceList
        N)r
   r   )r   r   r   r   Úservices%   s    

zV2.servicesc             C   s   dS )zz
        Provide a friendly representation

        :returns: Machine friendly representation
        :rtype: str
        z<Twilio.IpMessaging.V2>r   )r   r   r   r   Ú__repr__.   s    zV2.__repr__)	Ú__name__Ú
__module__Ú__qualname__r   Úpropertyr   r   r   Ú__classcell__r   r   )r   r   r      s   		r   N)Ú__doc__Ztwilio.base.versionr   Z&twilio.rest.ip_messaging.v2.credentialr   Z#twilio.rest.ip_messaging.v2.servicer   r   r   r   r   r   Ú<module>   s   