Class: Twilio::REST::Conversations::V1::ConfigurationContext::WebhookList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Conversations::V1::ConfigurationContext::WebhookList
- Defined in:
- lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ WebhookList
constructor
Initialize the WebhookList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ WebhookList
Initialize the WebhookList
19 20 21 22 23 24 |
# File 'lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb', line 19 def initialize(version) super(version) # Path Solution @solution = {} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
28 29 30 |
# File 'lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb', line 28 def to_s '#<Twilio.Conversations.V1.WebhookList>' end |