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