Class: Twilio::REST::Taskrouter::V1::WorkspaceContext::EventPage
- Defined in:
- lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ EventInstance
Build an instance of EventInstance.
-
#initialize(version, response, solution) ⇒ EventPage
constructor
Initialize the EventPage.
-
#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) ⇒ EventPage
Initialize the EventPage
250 251 252 253 254 255 |
# File 'lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb', line 250 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ EventInstance
Build an instance of EventInstance
261 262 263 |
# File 'lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb', line 261 def get_instance(payload) EventInstance.new(@version, payload, workspace_sid: @solution[:workspace_sid]) end |
#to_s ⇒ Object
Provide a user friendly representation
267 268 269 |
# File 'lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb', line 267 def to_s '<Twilio.Taskrouter.V1.EventPage>' end |