Class: Philiprehberger::ParallelEach::WorkerPool::Result
- Inherits:
-
Struct
- Object
- Struct
- Philiprehberger::ParallelEach::WorkerPool::Result
- Defined in:
- lib/philiprehberger/parallel_each/worker_pool.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index
9 10 11 |
# File 'lib/philiprehberger/parallel_each/worker_pool.rb', line 9 def index @index end |
#value ⇒ Object
Returns the value of attribute value
9 10 11 |
# File 'lib/philiprehberger/parallel_each/worker_pool.rb', line 9 def value @value end |