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) ⇒ 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) ⇒ RegulatoryComplianceInstance
Initialize the RegulatoryComplianceInstance
164 165 166 167 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 164 def initialize(version ) super(version) end |
Instance Method Details
#inspect ⇒ Object
Provide a detailed, user friendly representation
178 179 180 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 178 def inspect "<Twilio.Numbers.V2.RegulatoryComplianceInstance>" end |
#to_s ⇒ Object
Provide a user friendly representation
172 173 174 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 172 def to_s "<Twilio.Numbers.V2.RegulatoryComplianceInstance>" end |