Class: Twilio::REST::Voice::V2::TypePage
- Defined in:
- lib/twilio-ruby/rest/voice/v2/type.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ TypeInstance
Build an instance of TypeInstance.
-
#initialize(version, response, solution) ⇒ TypePage
constructor
Initialize the TypePage.
-
#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) ⇒ TypePage
Initialize the TypePage
279 280 281 282 283 284 285 |
# File 'lib/twilio-ruby/rest/voice/v2/type.rb', line 279 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ TypeInstance
Build an instance of TypeInstance
291 292 293 |
# File 'lib/twilio-ruby/rest/voice/v2/type.rb', line 291 def get_instance(payload) TypeInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
297 298 299 |
# File 'lib/twilio-ruby/rest/voice/v2/type.rb', line 297 def to_s '<Twilio.Voice.V2.TypePage>' end |