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