class Twilio::REST::Conversations::V1::ConfigurationContext::WebhookList

Public Class Methods

new(version) click to toggle source

Initialize the WebhookList @param [Version] version Version that contains the resource @return [WebhookList] WebhookList

Calls superclass method Twilio::REST::ListResource::new
   # File lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb
19 def initialize(version)
20   super(version)
21 
22   # Path Solution
23   @solution = {}
24 end

Public Instance Methods

to_s() click to toggle source

Provide a user friendly representation

   # File lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb
28 def to_s
29   '#<Twilio.Conversations.V1.WebhookList>'
30 end