Class: Ruptr::Runner::Forking::Master

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruptr/runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#all_workersObject

Returns the value of attribute all_workers

Returns:

  • (Object)

    the current value of all_workers



314
315
316
# File 'lib/ruptr/runner.rb', line 314

def all_workers
  @all_workers
end

#free_workersObject

Returns the value of attribute free_workers

Returns:

  • (Object)

    the current value of free_workers



314
315
316
# File 'lib/ruptr/runner.rb', line 314

def free_workers
  @free_workers
end

#sinkObject

Returns the value of attribute sink

Returns:

  • (Object)

    the current value of sink



314
315
316
# File 'lib/ruptr/runner.rb', line 314

def sink
  @sink
end