Class: Henitai::Integration::ChildHandle
- Inherits:
-
Struct
- Object
- Struct
- Henitai::Integration::ChildHandle
- 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
-
#log_paths ⇒ Object
Returns the value of attribute log_paths.
-
#pid ⇒ Object
Returns the value of attribute pid.
Instance Attribute Details
#log_paths ⇒ Object
Returns the value of attribute log_paths
55 56 57 |
# File 'lib/henitai/integration/rspec_process_runner.rb', line 55 def log_paths @log_paths end |
#pid ⇒ Object
Returns the value of attribute pid
55 56 57 |
# File 'lib/henitai/integration/rspec_process_runner.rb', line 55 def pid @pid end |