Class: DexieCable::ScopedChannel
- Inherits:
-
Object
- Object
- DexieCable::ScopedChannel
- Defined in:
- lib/dexiecable/scoped_channel.rb
Instance Method Summary collapse
-
#initialize(klass, subject) ⇒ ScopedChannel
constructor
A new instance of ScopedChannel.
- #table(name) ⇒ Object
- #transmit(data) ⇒ Object
Constructor Details
#initialize(klass, subject) ⇒ ScopedChannel
Returns a new instance of ScopedChannel.
5 6 7 8 |
# File 'lib/dexiecable/scoped_channel.rb', line 5 def initialize(klass, subject) @klass = klass @subject = subject end |