Class: Faye::Dispatcher::Envelope
- Inherits:
-
Struct
- Object
- Struct
- Faye::Dispatcher::Envelope
- Defined in:
- lib/faye/protocol/dispatcher.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#request ⇒ Object
Returns the value of attribute request.
-
#scheduler ⇒ Object
Returns the value of attribute scheduler.
-
#timer ⇒ Object
Returns the value of attribute timer.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
4 5 6 |
# File 'lib/faye/protocol/dispatcher.rb', line 4 def @message end |
#request ⇒ Object
Returns the value of attribute request
4 5 6 |
# File 'lib/faye/protocol/dispatcher.rb', line 4 def request @request end |
#scheduler ⇒ Object
Returns the value of attribute scheduler
4 5 6 |
# File 'lib/faye/protocol/dispatcher.rb', line 4 def scheduler @scheduler end |
#timer ⇒ Object
Returns the value of attribute timer
4 5 6 |
# File 'lib/faye/protocol/dispatcher.rb', line 4 def timer @timer end |