Class: Twilio::REST::Lookups::V2::RateLimitPage
- Defined in:
- lib/twilio-ruby/rest/lookups/v2/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
73 74 75 76 77 78 |
# File 'lib/twilio-ruby/rest/lookups/v2/rate_limit.rb', line 73 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
84 85 86 |
# File 'lib/twilio-ruby/rest/lookups/v2/rate_limit.rb', line 84 def get_instance(payload) RateLimitInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
90 91 92 |
# File 'lib/twilio-ruby/rest/lookups/v2/rate_limit.rb', line 90 def to_s '<Twilio.Lookups.V2.RateLimitPage>' end |