Class: Henitai::Integration::ChildHandle

Inherits:
Struct
  • Object
show all
Defined in:
lib/henitai/integration/rspec_process_runner.rb

Overview

Captures the PID and log paths for a spawned mutant child process.

Instance Attribute Summary collapse

Instance Attribute Details

#log_pathsObject

Returns the value of attribute log_paths

Returns:

  • (Object)

    the current value of log_paths



55
56
57
# File 'lib/henitai/integration/rspec_process_runner.rb', line 55

def log_paths
  @log_paths
end

#pidObject

Returns the value of attribute pid

Returns:

  • (Object)

    the current value of pid



55
56
57
# File 'lib/henitai/integration/rspec_process_runner.rb', line 55

def pid
  @pid
end