Class: Twilio::REST::Chat::V3::ChannelList

Inherits:
ListResource show all
Defined in:
lib/twilio-ruby/rest/chat/v3/channel.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ ChannelList

Initialize the ChannelList

Parameters:

  • version (Version)

    Version that contains the resource


18
19
20
21
22
23
# File 'lib/twilio-ruby/rest/chat/v3/channel.rb', line 18

def initialize(version)
  super(version)

  # Path Solution
  @solution = {}
end

Instance Method Details

#to_sObject

Provide a user friendly representation


27
28
29
# File 'lib/twilio-ruby/rest/chat/v3/channel.rb', line 27

def to_s
  '#<Twilio.Chat.V3.ChannelList>'
end