Class: Twilio::REST::Intelligence::V2::OperatorAttachmentList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Intelligence::V2::OperatorAttachmentList
- Defined in:
- lib/twilio-ruby/rest/intelligence/v2/operator_attachment.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ OperatorAttachmentList
constructor
Initialize the OperatorAttachmentList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ OperatorAttachmentList
Initialize the OperatorAttachmentList
26 27 28 29 30 31 32 |
# File 'lib/twilio-ruby/rest/intelligence/v2/operator_attachment.rb', line 26 def initialize(version) super(version) # Path Solution @solution = { } end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
37 38 39 |
# File 'lib/twilio-ruby/rest/intelligence/v2/operator_attachment.rb', line 37 def to_s '#<Twilio.Intelligence.V2.OperatorAttachmentList>' end |