Class: ApplicationCable::Channel

Inherits:
ActionCable::Channel::Base show all
Defined in:
lib/rails/generators/channel/templates/application_cable/channel.rb

Instance Attribute Summary

Attributes inherited from ActionCable::Channel::Base

#connection, #identifier, #params

Method Summary

Methods inherited from ActionCable::Channel::Base

action_methods, #initialize, #perform_action, #subscribe_to_channel, #unsubscribe_from_channel

Methods included from ActionCable::Channel::Streams

#stop_all_streams, #stream_for, #stream_from

Constructor Details

This class inherits a constructor from ActionCable::Channel::Base