Module: AnyCable::Rails::ConnectionState
- Defined in:
- lib/anycable/rails/channel_state.rb
Defined Under Namespace
Modules: ClassMethods
Instance Attribute Summary collapse
Class Method Summary collapse
Instance Attribute Details
#__cstate__ ⇒ Object
94 95 96 |
# File 'lib/anycable/rails/channel_state.rb', line 94 def __cstate__ @__cstate__ ||= anycable_socket.cstate end |
Class Method Details
.included(base) ⇒ Object
87 88 89 |
# File 'lib/anycable/rails/channel_state.rb', line 87 def self.included(base) base.extend ClassMethods end |