Class
PusherClient::Channels
In:
lib/pusher-client/channels.rb
Parent:
Object
Methods
<<
[]
add
empty?
find
new
remove
size
Attributes
channels
[R]
Public Class methods
new
(logger=PusherClient.logger)
Public Instance methods
<<
(channel_name, user_data=nil)
Alias for
add
[]
(channel_name)
Alias for
find
add
(channel_name, user_data=nil)
empty?
()
find
(channel_name)
remove
(channel_name)
size
()
[Validate]