Class: Twilio::REST::Insights::V1::CallContext::CallSummaryList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Insights::V1::CallContext::CallSummaryList
- Defined in:
- lib/twilio-ruby/rest/insights/v1/call/call_summary.rb
Instance Method Summary collapse
-
#initialize(version, call_sid: nil) ⇒ CallSummaryList
constructor
Initialize the CallSummaryList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, call_sid: nil) ⇒ CallSummaryList
Initialize the CallSummaryList
27 28 29 30 31 32 33 |
# File 'lib/twilio-ruby/rest/insights/v1/call/call_summary.rb', line 27 def initialize(version, call_sid: nil) super(version) # Path Solution @solution = { call_sid: call_sid } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
38 39 40 |
# File 'lib/twilio-ruby/rest/insights/v1/call/call_summary.rb', line 38 def to_s '#<Twilio.Insights.V1.CallSummaryList>' end |