Class: Twilio::REST::Insights::V2::OutboundReportPage
- Defined in:
- lib/twilio-ruby/rest/insights/v2/outbound_report.rb
Constant Summary
Constants inherited from Page
Instance Method Summary collapse
-
#get_instance(payload) ⇒ OutboundReportInstance
Build an instance of OutboundReportInstance.
-
#initialize(version, response, solution) ⇒ OutboundReportPage
constructor
Initialize the OutboundReportPage.
-
#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) ⇒ OutboundReportPage
Initialize the OutboundReportPage
164 165 166 167 168 169 170 |
# File 'lib/twilio-ruby/rest/insights/v2/outbound_report.rb', line 164 def initialize(version, response, solution) super(version, response) # Path Solution @solution = solution end |
Instance Method Details
#get_instance(payload) ⇒ OutboundReportInstance
Build an instance of OutboundReportInstance
176 177 178 |
# File 'lib/twilio-ruby/rest/insights/v2/outbound_report.rb', line 176 def get_instance(payload) OutboundReportInstance.new(@version, payload) end |
#to_s ⇒ Object
Provide a user friendly representation
182 183 184 |
# File 'lib/twilio-ruby/rest/insights/v2/outbound_report.rb', line 182 def to_s '<Twilio.Insights.V2.OutboundReportPage>' end |