Class: Philiprehberger::ParallelEach::WorkerPool::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/philiprehberger/parallel_each/worker_pool.rb

Instance Attribute Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



9
10
11
# File 'lib/philiprehberger/parallel_each/worker_pool.rb', line 9

def index
  @index
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



9
10
11
# File 'lib/philiprehberger/parallel_each/worker_pool.rb', line 9

def value
  @value
end