Class: Twilio::REST::Iam::V1::OAuthAppPage
- Defined in:
- lib/twilio-ruby/rest/iam/v1/o_auth_app.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ OAuthAppInstance
Build an instance of OAuthAppInstance.
-
#initialize(version, response, solution) ⇒ OAuthAppPage
constructor
Initialize the OAuthAppPage.
-
#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) ⇒ OAuthAppPage
Initialize the OAuthAppPage
402 403 404 405 406 407 408 |
# File 'lib/twilio-ruby/rest/iam/v1/o_auth_app.rb', line 402 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ OAuthAppInstance
Build an instance of OAuthAppInstance
414 415 416 |
# File 'lib/twilio-ruby/rest/iam/v1/o_auth_app.rb', line 414 def get_instance(payload) OAuthAppInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
420 421 422 |
# File 'lib/twilio-ruby/rest/iam/v1/o_auth_app.rb', line 420 def to_s '<Twilio.Iam.V1.OAuthAppPage>' end |