Class: Twilio::REST::Chat::V3::ChannelList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Chat::V3::ChannelList
- Defined in:
- lib/twilio-ruby/rest/chat/v3/channel.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ ChannelList
constructor
Initialize the ChannelList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ ChannelList
Initialize the ChannelList
26 27 28 29 30 31 32 |
# File 'lib/twilio-ruby/rest/chat/v3/channel.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/chat/v3/channel.rb', line 37 def to_s '#<Twilio.Chat.V3.ChannelList>' end |