Class: Twilio::REST::Api::V2010::AccountContext::CallContext::FeedbackList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Api::V2010::AccountContext::CallContext::FeedbackList
- Defined in:
- lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb
Instance Method Summary collapse
-
#initialize(version, account_sid: nil, call_sid: nil) ⇒ FeedbackList
constructor
Initialize the FeedbackList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, account_sid: nil, call_sid: nil) ⇒ FeedbackList
Initialize the FeedbackList
25 26 27 28 29 30 |
# File 'lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb', line 25 def initialize(version, account_sid: nil, call_sid: nil) super(version) # Path Solution @solution = {account_sid: account_sid, call_sid: call_sid} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
34 35 36 |
# File 'lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb', line 34 def to_s '#<Twilio.Api.V2010.FeedbackList>' end |