Class: Twilio::REST::Voice::V1::ArchivedCallPage
- Defined in:
- lib/twilio-ruby/rest/voice/v1/archived_call.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ ArchivedCallInstance
Build an instance of ArchivedCallInstance.
-
#initialize(version, response, solution) ⇒ ArchivedCallPage
constructor
Initialize the ArchivedCallPage.
-
#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) ⇒ ArchivedCallPage
Initialize the ArchivedCallPage
94 95 96 97 98 99 |
# File 'lib/twilio-ruby/rest/voice/v1/archived_call.rb', line 94 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ ArchivedCallInstance
Build an instance of ArchivedCallInstance
105 106 107 |
# File 'lib/twilio-ruby/rest/voice/v1/archived_call.rb', line 105 def get_instance(payload) ArchivedCallInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
111 112 113 |
# File 'lib/twilio-ruby/rest/voice/v1/archived_call.rb', line 111 def to_s '<Twilio.Voice.V1.ArchivedCallPage>' end |