Class: Twilio::REST::Microvisor::V1::DeviceContext::DeviceSecretPage
- Defined in:
- lib/twilio-ruby/rest/microvisor/v1/device/device_secret.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ DeviceSecretInstance
Build an instance of DeviceSecretInstance.
-
#initialize(version, response, solution) ⇒ DeviceSecretPage
constructor
Initialize the DeviceSecretPage.
-
#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) ⇒ DeviceSecretPage
Initialize the DeviceSecretPage
259 260 261 262 263 264 |
# File 'lib/twilio-ruby/rest/microvisor/v1/device/device_secret.rb', line 259 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ DeviceSecretInstance
Build an instance of DeviceSecretInstance
270 271 272 |
# File 'lib/twilio-ruby/rest/microvisor/v1/device/device_secret.rb', line 270 def get_instance(payload) DeviceSecretInstance.new(@version, payload, device_sid: @solution[:device_sid]) end |
#to_s ⇒ Object
Provide a user friendly representation
276 277 278 |
# File 'lib/twilio-ruby/rest/microvisor/v1/device/device_secret.rb', line 276 def to_s '<Twilio.Microvisor.V1.DeviceSecretPage>' end |