Class: Lumin::ParallelExecutor::Assignment

Inherits:
Data
  • Object
show all
Defined in:
lib/lumin/parallel_executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathsObject (readonly)

Returns the value of attribute paths

Returns:

  • (Object)

    the current value of paths



8
9
10
# File 'lib/lumin/parallel_executor.rb', line 8

def paths
  @paths
end

#workerObject (readonly)

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



8
9
10
# File 'lib/lumin/parallel_executor.rb', line 8

def worker
  @worker
end