class Twilio::REST::Numbers::V2::RegulatoryComplianceInstance

Public Class Methods

new(version, payload) click to toggle source

Initialize the RegulatoryComplianceInstance @param [Version] version Version that contains the resource @param [Hash] payload payload that contains response from Twilio @return [RegulatoryComplianceInstance] RegulatoryComplianceInstance

Calls superclass method Twilio::REST::InstanceResource::new
    # File lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb
170 def initialize(version, payload)
171   super(version)
172 end

Public Instance Methods

inspect() click to toggle source

Provide a detailed, user friendly representation

    # File lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb
182 def inspect
183   "<Twilio.Numbers.V2.RegulatoryComplianceInstance>"
184 end
to_s() click to toggle source

Provide a user friendly representation

    # File lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb
176 def to_s
177   "<Twilio.Numbers.V2.RegulatoryComplianceInstance>"
178 end