Class: Twilio::REST::Accounts::V1::CredentialPage
- Defined in:
- lib/twilio-ruby/rest/accounts/v1/credential.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ CredentialInstance
Build an instance of CredentialInstance.
-
#initialize(version, response, solution) ⇒ CredentialPage
constructor
Initialize the CredentialPage.
-
#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) ⇒ CredentialPage
Initialize the CredentialPage
77 78 79 80 81 82 |
# File 'lib/twilio-ruby/rest/accounts/v1/credential.rb', line 77 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ CredentialInstance
Build an instance of CredentialInstance
88 89 90 |
# File 'lib/twilio-ruby/rest/accounts/v1/credential.rb', line 88 def get_instance(payload) CredentialInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
94 95 96 |
# File 'lib/twilio-ruby/rest/accounts/v1/credential.rb', line 94 def to_s '<Twilio.Accounts.V1.CredentialPage>' end |