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
268 269 270 271 272 273 |
# File 'lib/twilio-ruby/rest/flex_api/v1/web_channel.rb', line 268 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
279 280 281 |
# File 'lib/twilio-ruby/rest/flex_api/v1/web_channel.rb', line 279 def get_instance(payload) WebChannelInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
285 286 287 |
# File 'lib/twilio-ruby/rest/flex_api/v1/web_channel.rb', line 285 def to_s '<Twilio.FlexApi.V1.WebChannelPage>' end |