Class: Twilio::REST::Verify::V2::ServiceContext::WebhookPage
- Defined in:
- lib/twilio-ruby/rest/verify/v2/service/webhook.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ WebhookInstance
Build an instance of WebhookInstance.
-
#initialize(version, response, solution) ⇒ WebhookPage
constructor
Initialize the WebhookPage.
-
#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) ⇒ WebhookPage
Initialize the WebhookPage
280 281 282 283 284 285 |
# File 'lib/twilio-ruby/rest/verify/v2/service/webhook.rb', line 280 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ WebhookInstance
Build an instance of WebhookInstance
291 292 293 |
# File 'lib/twilio-ruby/rest/verify/v2/service/webhook.rb', line 291 def get_instance(payload) WebhookInstance.new(@version, payload, service_sid: @solution[:service_sid]) end |
#to_s ⇒ Object
Provide a user friendly representation
297 298 299 |
# File 'lib/twilio-ruby/rest/verify/v2/service/webhook.rb', line 297 def to_s '<Twilio.Verify.V2.WebhookPage>' end |