Class: Twilio::REST::Supersim::V1::SimPage
- Defined in:
- lib/twilio-ruby/rest/supersim/v1/sim.rb
Overview
PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
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
167 168 169 170 171 172 |
# File 'lib/twilio-ruby/rest/supersim/v1/sim.rb', line 167 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
178 179 180 |
# File 'lib/twilio-ruby/rest/supersim/v1/sim.rb', line 178 def get_instance(payload) SimInstance.new(@version, payload, ) end |
#to_s ⇒ Object
Provide a user friendly representation
184 185 186 |
# File 'lib/twilio-ruby/rest/supersim/v1/sim.rb', line 184 def to_s '<Twilio.Supersim.V1.SimPage>' end |