Class: ApplicationCable::ScopedChannel
- Inherits:
-
Object
- Object
- ApplicationCable::ScopedChannel
- Defined in:
- lib/activestate/channel.rb
Instance Method Summary collapse
-
#initialize(channel, subject) ⇒ ScopedChannel
constructor
A new instance of ScopedChannel.
- #state(*path) ⇒ Object
Constructor Details
#initialize(channel, subject) ⇒ ScopedChannel
Returns a new instance of ScopedChannel.
41 42 43 44 |
# File 'lib/activestate/channel.rb', line 41 def initialize channel, subject @channel = channel @subject = subject end |