Class: Twilio::REST::Supersim::V1::SimPage
- Defined in:
- lib/twilio-ruby/rest/supersim/v1/sim.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ SimInstance
Build an instance of SimInstance.
-
#initialize(version, response, solution) ⇒ SimPage
constructor
Initialize the SimPage.
-
#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) ⇒ SimPage
Initialize the SimPage
298 299 300 301 302 303 |
# File 'lib/twilio-ruby/rest/supersim/v1/sim.rb', line 298 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ SimInstance
Build an instance of SimInstance
309 310 311 |
# File 'lib/twilio-ruby/rest/supersim/v1/sim.rb', line 309 def get_instance(payload) SimInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
315 316 317 |
# File 'lib/twilio-ruby/rest/supersim/v1/sim.rb', line 315 def to_s '<Twilio.Supersim.V1.SimPage>' end |