Class: FayeRails::Controller::Message
- Inherits:
-
Object
- Object
- FayeRails::Controller::Message
- Defined in:
- lib/faye-rails/controller/message.rb
Instance Attribute Summary collapse
-
#channel ⇒ Object
Returns the value of attribute channel.
-
#message ⇒ Object
Returns the value of attribute message.
Instance Attribute Details
#channel ⇒ Object
Returns the value of attribute channel.
6 7 8 |
# File 'lib/faye-rails/controller/message.rb', line 6 def channel @channel end |
#message ⇒ Object
Returns the value of attribute message.
5 6 7 |
# File 'lib/faye-rails/controller/message.rb', line 5 def @message end |