Class: Twilio::REST::Verify::V2::ServiceContext::EntityContext::NewFactorPage
- Inherits:
-
Page
- Object
- Page
- Twilio::REST::Verify::V2::ServiceContext::EntityContext::NewFactorPage
- Defined in:
- lib/twilio-ruby/rest/verify/v2/service/entity/new_factor.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ NewFactorInstance
Build an instance of NewFactorInstance.
-
#initialize(version, response, solution) ⇒ NewFactorPage
constructor
Initialize the NewFactorPage.
-
#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) ⇒ NewFactorPage
Initialize the NewFactorPage
118 119 120 121 122 123 |
# File 'lib/twilio-ruby/rest/verify/v2/service/entity/new_factor.rb', line 118 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ NewFactorInstance
Build an instance of NewFactorInstance
129 130 131 |
# File 'lib/twilio-ruby/rest/verify/v2/service/entity/new_factor.rb', line 129 def get_instance(payload) NewFactorInstance.new(@version, payload, service_sid: @solution[:service_sid], identity: @solution[:identity]) end |
#to_s ⇒ Object
Provide a user friendly representation
135 136 137 |
# File 'lib/twilio-ruby/rest/verify/v2/service/entity/new_factor.rb', line 135 def to_s '<Twilio.Verify.V2.NewFactorPage>' end |