class Twilio::REST::Insights::V1::CallList
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 help@twilio.com.
Public Class Methods
new(version)
click to toggle source
Initialize the CallList
@param [Version] version Version
that contains the resource @return [CallList] CallList
Calls superclass method
Twilio::REST::ListResource::new
# File lib/twilio-ruby/rest/insights/v1/call.rb 20 def initialize(version) 21 super(version) 22 23 # Path Solution 24 @solution = {} 25 end
Public Instance Methods
to_s()
click to toggle source
Provide a user friendly representation
# File lib/twilio-ruby/rest/insights/v1/call.rb 29 def to_s 30 '#<Twilio.Insights.V1.CallList>' 31 end