Class: Twilio::REST::Api::V2010::AccountContext::SipList::DomainContext::AuthTypesList::AuthTypeCallsInstance

Inherits:
InstanceResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls.rb

Instance Method Summary collapse

Constructor Details

#initialize(version, account_sid: nil, domain_sid: nil) ⇒ AuthTypeCallsInstance

Initialize the AuthTypeCallsInstance

Parameters:

  • version (Version)

    Version that contains the resource

  • payload (Hash)

    payload that contains response from Twilio

  • account_sid (String) (defaults to: nil)

    The SID of the Account that created this AuthTypeCalls resource.

  • sid (String)

    The SID of the Call resource to fetch.



113
114
115
116
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls.rb', line 113

def initialize(version , account_sid: nil, domain_sid: nil)
    super(version)
    
end

Instance Method Details

#inspectObject

Provide a detailed, user friendly representation



127
128
129
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls.rb', line 127

def inspect
    "<Twilio.Api.V2010.AuthTypeCallsInstance>"
end

#to_sObject

Provide a user friendly representation



121
122
123
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls.rb', line 121

def to_s
    "<Twilio.Api.V2010.AuthTypeCallsInstance>"
end