Class: Evilution::Parallel::WorkQueue::Dispatcher::RunResult Private
- Inherits:
-
Data
- Object
- Data
- Evilution::Parallel::WorkQueue::Dispatcher::RunResult
- Defined in:
- lib/evilution/parallel/work_queue/dispatcher.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#results ⇒ Object
readonly
Returns the value of attribute results.
-
#retired ⇒ Object
readonly
Returns the value of attribute retired.
Instance Attribute Details
#results ⇒ Object (readonly)
Returns the value of attribute results
7 8 9 |
# File 'lib/evilution/parallel/work_queue/dispatcher.rb', line 7 def results @results end |
#retired ⇒ Object (readonly)
Returns the value of attribute retired
7 8 9 |
# File 'lib/evilution/parallel/work_queue/dispatcher.rb', line 7 def retired @retired end |