Class: Racecar::ParallelRunner::Worker
- Inherits:
-
Struct
- Object
- Struct
- Racecar::ParallelRunner::Worker
- Defined in:
- lib/racecar/parallel_runner.rb
Instance Attribute Summary collapse
-
#parent_reader ⇒ Object
Returns the value of attribute parent_reader.
-
#pid ⇒ Object
Returns the value of attribute pid.
Instance Attribute Details
#parent_reader ⇒ Object
Returns the value of attribute parent_reader
5 6 7 |
# File 'lib/racecar/parallel_runner.rb', line 5 def parent_reader @parent_reader end |
#pid ⇒ Object
Returns the value of attribute pid
5 6 7 |
# File 'lib/racecar/parallel_runner.rb', line 5 def pid @pid end |