Class: Evilution::Parallel::WorkQueue::Dispatcher::RunResult
- Inherits:
-
Data
- Object
- Data
- Evilution::Parallel::WorkQueue::Dispatcher::RunResult
- Defined in:
- lib/evilution/parallel/work_queue/dispatcher.rb
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 |