Class: Twilio::REST::Numbers::V2::RegulatoryComplianceInstance
- Inherits:
-
InstanceResource
- Object
- InstanceResource
- Twilio::REST::Numbers::V2::RegulatoryComplianceInstance
- Defined in:
- lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb
Instance Method Summary collapse
-
#initialize(version, payload) ⇒ RegulatoryComplianceInstance
constructor
Initialize the RegulatoryComplianceInstance.
-
#inspect ⇒ Object
Provide a detailed, user friendly representation.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, payload) ⇒ RegulatoryComplianceInstance
Initialize the RegulatoryComplianceInstance
170 171 172 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 170 def initialize(version, payload) 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 |