Class: Twilio::REST::Bulkexports::V1::ExportContext::ExportCustomJobPage
- Inherits:
-
Page
- Object
- Page
- Twilio::REST::Bulkexports::V1::ExportContext::ExportCustomJobPage
- Defined in:
- lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ ExportCustomJobInstance
Build an instance of ExportCustomJobInstance.
-
#initialize(version, response, solution) ⇒ ExportCustomJobPage
constructor
Initialize the ExportCustomJobPage.
-
#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) ⇒ ExportCustomJobPage
Initialize the ExportCustomJobPage
179 180 181 182 183 184 |
# File 'lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb', line 179 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ ExportCustomJobInstance
Build an instance of ExportCustomJobInstance
190 191 192 |
# File 'lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb', line 190 def get_instance(payload) ExportCustomJobInstance.new(@version, payload, resource_type: @solution[:resource_type]) end |
#to_s ⇒ Object
Provide a user friendly representation
196 197 198 |
# File 'lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb', line 196 def to_s '<Twilio.Bulkexports.V1.ExportCustomJobPage>' end |