Class: FayeRails::Controller::Monitor

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

Instance Attribute Summary (collapse)

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