Class: Twilio::REST::Api::V2010::AccountContext::SipList::CredentialListContext::CredentialPage
- Inherits:
-
Page
- Object
- Page
- Twilio::REST::Api::V2010::AccountContext::SipList::CredentialListContext::CredentialPage
- Defined in:
- lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/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
265 266 267 268 269 270 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb', line 265 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
276 277 278 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb', line 276 def get_instance(payload) CredentialInstance.new(@version, payload, account_sid: @solution[:account_sid], credential_list_sid: @solution[:credential_list_sid]) end |
#to_s ⇒ Object
Provide a user friendly representation
282 283 284 |
# File 'lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb', line 282 def to_s '<Twilio.Api.V2010.CredentialPage>' end |