Class: FayeRails::Controller::Monitor
- Inherits:
-
Object
- Object
- FayeRails::Controller::Monitor
- Defined in:
- lib/faye-rails/controller/monitor.rb
Instance Attribute Summary (collapse)
-
- (Object) channel
Returns the value of attribute channel.
-
- (Object) client_id
Returns the value of attribute client_id.
-
- (Object) data
Returns the value of attribute data.
Instance Attribute Details
- (Object) channel
Returns the value of attribute channel
5 6 7 |
# File 'lib/faye-rails/controller/monitor.rb', line 5 def channel @channel end |
- (Object) client_id
Returns the value of attribute client_id
5 6 7 |
# File 'lib/faye-rails/controller/monitor.rb', line 5 def client_id @client_id end |
- (Object) data
Returns the value of attribute data
5 6 7 |
# File 'lib/faye-rails/controller/monitor.rb', line 5 def data @data end |