Class: FayeRails::Controller::Monitor

Inherits:
Object
  • Object
show all
Defined in:
lib/faye-rails/controller/monitor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel.



5
6
7
# File 'lib/faye-rails/controller/monitor.rb', line 5

def channel
  @channel
end

#client_idObject

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

#dataObject

Returns the value of attribute data.



5
6
7
# File 'lib/faye-rails/controller/monitor.rb', line 5

def data
  @data
end