Class: Twilio::REST::Verify::V2::ServiceContext::EntityContext::ChallengePage
- Inherits:
-
Page
- Object
- Page
- Twilio::REST::Verify::V2::ServiceContext::EntityContext::ChallengePage
- Defined in:
- lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ ChallengeInstance
Build an instance of ChallengeInstance.
-
#initialize(version, response, solution) ⇒ ChallengePage
constructor
Initialize the ChallengePage.
-
#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) ⇒ ChallengePage
Initialize the ChallengePage
297 298 299 300 301 302 |
# File 'lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb', line 297 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ ChallengeInstance
Build an instance of ChallengeInstance
308 309 310 |
# File 'lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb', line 308 def get_instance(payload) ChallengeInstance.new(@version, payload, service_sid: @solution[:service_sid], identity: @solution[:identity]) end |
#to_s ⇒ Object
Provide a user friendly representation
314 315 316 |
# File 'lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb', line 314 def to_s '<Twilio.Verify.V2.ChallengePage>' end |