class Twilio::REST::Api::V2010::AccountContext::SipList::DomainContext::AuthTypesList::AuthTypeCallsInstance
Public Class Methods
new(version, payload, account_sid: nil, domain_sid: nil)
click to toggle source
Initialize the AuthTypeCallsInstance
@param [Version] version Version
that contains the resource @param [Hash] payload payload that contains response from Twilio
@param [String] account_sid The SID of the
{Account}[https://www.twilio.com/docs/iam/api/account] that created the SipDomain resource.
@param [String] domain_sid The unique string that that we created to identify
the SipDomain resource.
@return [AuthTypeCallsInstance] AuthTypeCallsInstance
Calls superclass method
Twilio::REST::InstanceResource::new
# File lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping.rb 140 def initialize(version, payload, account_sid: nil, domain_sid: nil) 141 super(version) 142 end
Public Instance Methods
inspect()
click to toggle source
Provide a detailed, user friendly representation
# File lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping.rb 152 def inspect 153 "<Twilio.Api.V2010.AuthTypeCallsInstance>" 154 end
to_s()
click to toggle source
Provide a user friendly representation
# File lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping.rb 146 def to_s 147 "<Twilio.Api.V2010.AuthTypeCallsInstance>" 148 end