Class: Lumin::ParallelExecutor::Assignment
- Inherits:
-
Data
- Object
- Data
- Lumin::ParallelExecutor::Assignment
- Defined in:
- lib/lumin/parallel_executor.rb
Instance Attribute Summary collapse
-
#paths ⇒ Object
readonly
Returns the value of attribute paths.
-
#worker ⇒ Object
readonly
Returns the value of attribute worker.
Instance Attribute Details
#paths ⇒ Object (readonly)
Returns the value of attribute paths
8 9 10 |
# File 'lib/lumin/parallel_executor.rb', line 8 def paths @paths end |
#worker ⇒ Object (readonly)
Returns the value of attribute worker
8 9 10 |
# File 'lib/lumin/parallel_executor.rb', line 8 def worker @worker end |