Class: Twilio::REST::Numbers::V2::BundleClonePage
- Defined in:
- lib/twilio-ruby/rest/numbers/v2/bundle_clone.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ BundleCloneInstance
Build an instance of BundleCloneInstance.
-
#initialize(version, response, solution) ⇒ BundleClonePage
constructor
Initialize the BundleClonePage.
-
#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) ⇒ BundleClonePage
Initialize the BundleClonePage
113 114 115 116 117 118 |
# File 'lib/twilio-ruby/rest/numbers/v2/bundle_clone.rb', line 113 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ BundleCloneInstance
Build an instance of BundleCloneInstance
124 125 126 |
# File 'lib/twilio-ruby/rest/numbers/v2/bundle_clone.rb', line 124 def get_instance(payload) BundleCloneInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
130 131 132 |
# File 'lib/twilio-ruby/rest/numbers/v2/bundle_clone.rb', line 130 def to_s '<Twilio.Numbers.V2.BundleClonePage>' end |