Class: Twilio::REST::Insights::V1::CallList

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

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ CallList

Initialize the CallList

Parameters:

  • version (Version)

    Version that contains the resource


18
19
20
21
22
23
# File 'lib/twilio-ruby/rest/insights/v1/call.rb', line 18

def initialize(version)
  super(version)

  # Path Solution
  @solution = {}
end

Instance Method Details

#to_sObject

Provide a user friendly representation


27
28
29
# File 'lib/twilio-ruby/rest/insights/v1/call.rb', line 27

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