Class: Rooibos::Command::Lifecycle::Entry
- Inherits:
-
Data
- Object
- Data
- Rooibos::Command::Lifecycle::Entry
- Defined in:
- lib/rooibos/command/lifecycle.rb
Overview
:nodoc: Internal representation of a tracked async command.
Instance Attribute Summary collapse
-
#future ⇒ Object
readonly
Returns the value of attribute future.
-
#origin ⇒ Object
readonly
Returns the value of attribute origin.
Instance Attribute Details
#future ⇒ Object (readonly)
Returns the value of attribute future
22 23 24 |
# File 'lib/rooibos/command/lifecycle.rb', line 22 def future @future end |
#origin ⇒ Object (readonly)
Returns the value of attribute origin
22 23 24 |
# File 'lib/rooibos/command/lifecycle.rb', line 22 def origin @origin end |