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
226 227 228 229 230 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 226 def initialize(version ) super(version) end |
Instance Method Details
#inspect ⇒ Object
Provide a detailed, user friendly representation
241 242 243 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 241 def inspect "<Twilio.Numbers.V2.RegulatoryComplianceInstance>" end |
#to_s ⇒ Object
Provide a user friendly representation
235 236 237 |
# File 'lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb', line 235 def to_s "<Twilio.Numbers.V2.RegulatoryComplianceInstance>" end |