Class: Twilio::REST::Insights::V2::ReportList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Insights::V2::ReportList
- Defined in:
- lib/twilio-ruby/rest/insights/v2/report.rb
Defined Under Namespace
Classes: AccountReportAnsweringMachineDetection, AccountReportCallDirection, AccountReportCallState, AccountReportCallType, AccountReportKYT, AccountReportKYTOutboundCarrierCalling, AccountReportNetworkIssues, AccountReportNetworkIssuesSdk, AccountReportNetworkIssuesTwilioGateway, BrandedCalling, BrandedUseCaseDetail, CountyCarrierValueCarriers, InsightsV2CreateAccountReportRequest, InsightsV2CreateAccountReportRequestTimeRange, ReportFilter, StirShaken, StirShakenAnswerRate, StirShakenCallCount, StirShakenPercentage, VoiceIntegrity, VoiceIntegrityCallsPerBundle
Instance Method Summary collapse
-
#initialize(version) ⇒ ReportList
constructor
Initialize the ReportList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ ReportList
Initialize the ReportList
465 466 467 468 469 470 471 472 |
# File 'lib/twilio-ruby/rest/insights/v2/report.rb', line 465 def initialize(version) super(version) # Path Solution @solution = { } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
477 478 479 |
# File 'lib/twilio-ruby/rest/insights/v2/report.rb', line 477 def to_s '#<Twilio.Insights.V2.ReportList>' end |