Class: Twilio::REST::Conversations::V1::ServiceContext::ConfigurationContext::WebhookList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Conversations::V1::ServiceContext::ConfigurationContext::WebhookList
- Defined in:
- lib/twilio-ruby/rest/conversations/v1/service/configuration/webhook.rb
Instance Method Summary collapse
-
#initialize(version, chat_service_sid: nil) ⇒ WebhookList
constructor
Initialize the WebhookList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, chat_service_sid: nil) ⇒ WebhookList
Initialize the WebhookList
29 30 31 32 33 34 35 |
# File 'lib/twilio-ruby/rest/conversations/v1/service/configuration/webhook.rb', line 29 def initialize(version, chat_service_sid: nil) super(version) # Path Solution @solution = { chat_service_sid: chat_service_sid } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
40 41 42 |
# File 'lib/twilio-ruby/rest/conversations/v1/service/configuration/webhook.rb', line 40 def to_s '#<Twilio.Conversations.V1.WebhookList>' end |