Class: Twilio::REST::Messaging::V1::DomainConfigMessagingServiceList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Messaging::V1::DomainConfigMessagingServiceList
- Defined in:
- lib/twilio-ruby/rest/messaging/v1/domain_config_messaging_service.rb
Overview
PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
Instance Method Summary collapse
-
#initialize(version) ⇒ DomainConfigMessagingServiceList
constructor
Initialize the DomainConfigMessagingServiceList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ DomainConfigMessagingServiceList
Initialize the DomainConfigMessagingServiceList
20 21 22 23 24 25 |
# File 'lib/twilio-ruby/rest/messaging/v1/domain_config_messaging_service.rb', line 20 def initialize(version) super(version) # Path Solution @solution = {} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
29 30 31 |
# File 'lib/twilio-ruby/rest/messaging/v1/domain_config_messaging_service.rb', line 29 def to_s '#<Twilio.Messaging.V1.DomainConfigMessagingServiceList>' end |