Class: Racecar::ParallelRunner::Worker

Inherits:
Struct
  • Object
show all
Defined in:
lib/racecar/parallel_runner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#parent_readerObject

Returns the value of attribute parent_reader

Returns:

  • (Object)

    the current value of parent_reader



5
6
7
# File 'lib/racecar/parallel_runner.rb', line 5

def parent_reader
  @parent_reader
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



5
6
7
# File 'lib/racecar/parallel_runner.rb', line 5

def pid
  @pid
end