Class: Twilio::REST::FlexApi::V1::WebChannelPage
- Defined in:
- lib/twilio-ruby/rest/flex_api/v1/web_channel.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ WebChannelInstance
Build an instance of WebChannelInstance.
-
#initialize(version, response, solution) ⇒ WebChannelPage
constructor
Initialize the WebChannelPage.
-
#to_s ⇒ Object
Provide a user friendly representation.
Methods inherited from Page
#each, #load_page, #next_page, #next_page_url, #previous_page, #previous_page_url, #process_response
Constructor Details
#initialize(version, response, solution) ⇒ WebChannelPage
Initialize the WebChannelPage
465 466 467 468 469 470 471 |
# File 'lib/twilio-ruby/rest/flex_api/v1/web_channel.rb', line 465 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ WebChannelInstance
Build an instance of WebChannelInstance
477 478 479 |
# File 'lib/twilio-ruby/rest/flex_api/v1/web_channel.rb', line 477 def get_instance(payload) WebChannelInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
483 484 485 |
# File 'lib/twilio-ruby/rest/flex_api/v1/web_channel.rb', line 483 def to_s '<Twilio.FlexApi.V1.WebChannelPage>' end |