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