Class: Evilution::Parallel::WorkQueue::Dispatcher::RunResult Private

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#resultsObject (readonly)

Returns the value of attribute results

Returns:

  • (Object)

    the current value of results



7
8
9
# File 'lib/evilution/parallel/work_queue/dispatcher.rb', line 7

def results
  @results
end

#retiredObject (readonly)

Returns the value of attribute retired

Returns:

  • (Object)

    the current value of retired



7
8
9
# File 'lib/evilution/parallel/work_queue/dispatcher.rb', line 7

def retired
  @retired
end