Class: Twilio::REST::Supersim::V1::SettingsUpdatePage
- Defined in:
- lib/twilio-ruby/rest/supersim/v1/settings_update.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ SettingsUpdateInstance
Build an instance of SettingsUpdateInstance.
-
#initialize(version, response, solution) ⇒ SettingsUpdatePage
constructor
Initialize the SettingsUpdatePage.
-
#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) ⇒ SettingsUpdatePage
Initialize the SettingsUpdatePage
148 149 150 151 152 153 |
# File 'lib/twilio-ruby/rest/supersim/v1/settings_update.rb', line 148 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ SettingsUpdateInstance
Build an instance of SettingsUpdateInstance
159 160 161 |
# File 'lib/twilio-ruby/rest/supersim/v1/settings_update.rb', line 159 def get_instance(payload) SettingsUpdateInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
165 166 167 |
# File 'lib/twilio-ruby/rest/supersim/v1/settings_update.rb', line 165 def to_s '<Twilio.Supersim.V1.SettingsUpdatePage>' end |