Class: Twilio::REST::Numbers::V2::RegulatoryComplianceInstance

Inherits:
InstanceResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ RegulatoryComplianceInstance

Initialize the RegulatoryComplianceInstance

Parameters:

  • version (Version) —

    Version that contains the resource

  • payload (Hash) —

    payload that contains response from Twilio

  • account_sid (String) —

    The SID of the Account that created this RegulatoryCompliance resource.

  • sid (String) —

    The SID of the Call resource to fetch.



167
168
169
170
171
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 167

def initialize(version )
    super(version)
    
    
end

Instance Method Details

#inspect ⇒ Object

Provide a detailed, user friendly representation



182
183
184
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 182

def inspect
    "<Twilio.Numbers.V2.RegulatoryComplianceInstance>"
end

#to_s ⇒ Object

Provide a user friendly representation



176
177
178
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 176

def to_s
    "<Twilio.Numbers.V2.RegulatoryComplianceInstance>"
end