Class: Twilio::REST::Preview::HostedNumbers::HostedNumberOrderPage
- Inherits:
-
Twilio::REST::Page
- Object
- Twilio::REST::Page
- Twilio::REST::Preview::HostedNumbers::HostedNumberOrderPage
- Defined in:
- lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb
Constant Summary
Constants inherited from Twilio::REST::Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ HostedNumberOrderInstance
Build an instance of HostedNumberOrderInstance.
-
#initialize(version, response, solution) ⇒ HostedNumberOrderPage
constructor
Initialize the HostedNumberOrderPage.
-
#to_s ⇒ Object
Provide a user friendly representation.
Methods inherited from Twilio::REST::Page
#each, #load_page, #next_page, #next_page_url, #previous_page, #previous_page_url, #process_response
Constructor Details
#initialize(version, response, solution) ⇒ HostedNumberOrderPage
Initialize the HostedNumberOrderPage
355 356 357 358 359 360 |
# File 'lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb', line 355 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ HostedNumberOrderInstance
Build an instance of HostedNumberOrderInstance
366 367 368 |
# File 'lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb', line 366 def get_instance(payload) HostedNumberOrderInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
372 373 374 |
# File 'lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb', line 372 def to_s '<Twilio.Preview.HostedNumbers.HostedNumberOrderPage>' end |