Module: ActionCable::Channel::Broadcasting
| Relationships & Source Files | |
| Namespace Children | |
|
Modules:
| |
| Extension / Inclusion / Inheritance Descendants | |
|
Included In:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::ActiveSupport::Concern
|
|
| Defined in: | actioncable/lib/action_cable/channel/broadcasting.rb |
Class Method Summary
::ActiveSupport::Concern - Extended
| class_methods | Define class methods from given block. |
| included | Evaluate given block in context of base class, so that you can write class macros here. |
| prepended | Evaluate given block in context of base class, so that you can write class macros here. |
Instance Attribute Summary
- #broadcast_to readonly
- #broadcasting_for readonly
Instance Attribute Details
#broadcast_to (readonly)
[ GitHub ]# File 'actioncable/lib/action_cable/channel/broadcasting.rb', line 10
delegate :broadcasting_for, :broadcast_to, to: :class
#broadcasting_for (readonly)
[ GitHub ]# File 'actioncable/lib/action_cable/channel/broadcasting.rb', line 10
delegate :broadcasting_for, :broadcast_to, to: :class