Class: Ruptr::Runner::Forking::Master
- Inherits:
-
Struct
- Object
- Struct
- Ruptr::Runner::Forking::Master
- Defined in:
- lib/ruptr/runner.rb
Instance Attribute Summary collapse
-
#all_workers ⇒ Object
Returns the value of attribute all_workers.
-
#free_workers ⇒ Object
Returns the value of attribute free_workers.
-
#sink ⇒ Object
Returns the value of attribute sink.
Instance Attribute Details
#all_workers ⇒ Object
Returns the value of attribute all_workers
314 315 316 |
# File 'lib/ruptr/runner.rb', line 314 def all_workers @all_workers end |
#free_workers ⇒ Object
Returns the value of attribute free_workers
314 315 316 |
# File 'lib/ruptr/runner.rb', line 314 def free_workers @free_workers end |
#sink ⇒ Object
Returns the value of attribute sink
314 315 316 |
# File 'lib/ruptr/runner.rb', line 314 def sink @sink end |