Class: Twilio::REST::Api::V2010::AccountContext::SipList::DomainContext::AuthTypesInstance
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Api::V2010::AccountContext::SipList::DomainContext::AuthTypesInstance
- Defined in:
- lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb
Instance Method Summary collapse
-
#initialize(version, account_sid: nil, domain_sid: nil) ⇒ AuthTypesInstance
constructor
Initialize the AuthTypesInstance.
-
#inspect ⇒ Object
Provide a detailed, user friendly representation.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, account_sid: nil, domain_sid: nil) ⇒ AuthTypesInstance
Initialize the AuthTypesInstance
100 101 102 103 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb', line 100 def initialize(version , account_sid: nil, domain_sid: nil) super(version) end |
Instance Method Details
#inspect ⇒ Object
Provide a detailed, user friendly representation
114 115 116 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb', line 114 def inspect "<Twilio.Api.V2010.AuthTypesInstance>" end |
#to_s ⇒ Object
Provide a user friendly representation
108 109 110 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb', line 108 def to_s "<Twilio.Api.V2010.AuthTypesInstance>" end |