Class: Twilio::REST::Insights::V1::CallContext::AnnotationList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Insights::V1::CallContext::AnnotationList
- Defined in:
- lib/twilio-ruby/rest/insights/v1/call/annotation.rb
Instance Method Summary collapse
-
#initialize(version, call_sid: nil) ⇒ AnnotationList
constructor
Initialize the AnnotationList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, call_sid: nil) ⇒ AnnotationList
Initialize the AnnotationList
28 29 30 31 32 33 34 |
# File 'lib/twilio-ruby/rest/insights/v1/call/annotation.rb', line 28 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
39 40 41 |
# File 'lib/twilio-ruby/rest/insights/v1/call/annotation.rb', line 39 def to_s '#<Twilio.Insights.V1.AnnotationList>' end |