Class: Henitai::Integration::ChildHandle
- Inherits:
-
Struct
- Object
- Struct
- Henitai::Integration::ChildHandle
- Defined in:
- lib/henitai/integration/rspec_process_runner.rb,
sig/henitai.rbs
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 Method Summary collapse
-
#initialize ⇒ ChildHandle
constructor
A new instance of ChildHandle.
Constructor Details
#initialize ⇒ ChildHandle
Returns a new instance of ChildHandle.
459 |
# File 'sig/henitai.rbs', line 459
def initialize: (pid: Integer?, log_paths: Hash[Symbol, String]) -> void
|
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 |