Class: Twilio::REST::Insights::V1::CallSummaryList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/insights/v1/summary.rb

Overview

PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ CallSummaryList

Initialize the CallSummaryList

Parameters:

  • version (Version)

    Version that contains the resource



20
21
22
23
24
25
# File 'lib/twilio-ruby/rest/insights/v1/summary.rb', line 20

def initialize(version)
  super(version)

  # Path Solution
  @solution = {}
end

Instance Method Details

#to_sObject

Provide a user friendly representation



29
30
31
# File 'lib/twilio-ruby/rest/insights/v1/summary.rb', line 29

def to_s
  '#<Twilio.Insights.V1.CallSummaryList>'
end