Class: Twilio::REST::Events::V1::EventTypePage
- Defined in:
- lib/twilio-ruby/rest/events/v1/event_type.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ EventTypeInstance
Build an instance of EventTypeInstance.
-
#initialize(version, response, solution) ⇒ EventTypePage
constructor
Initialize the EventTypePage.
-
#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) ⇒ EventTypePage
Initialize the EventTypePage
193 194 195 196 197 198 |
# File 'lib/twilio-ruby/rest/events/v1/event_type.rb', line 193 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ EventTypeInstance
Build an instance of EventTypeInstance
204 205 206 |
# File 'lib/twilio-ruby/rest/events/v1/event_type.rb', line 204 def get_instance(payload) EventTypeInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
210 211 212 |
# File 'lib/twilio-ruby/rest/events/v1/event_type.rb', line 210 def to_s '<Twilio.Events.V1.EventTypePage>' end |