Class: RubyClaude::RunResult
- Inherits:
-
Data
- Object
- Data
- RubyClaude::RunResult
- Defined in:
- lib/ruby_claude/runner.rb
Overview
The captured result of a completed subprocess run.
Instance Attribute Summary collapse
-
#exit_status ⇒ Object
readonly
Returns the value of attribute exit_status.
-
#stderr ⇒ Object
readonly
Returns the value of attribute stderr.
-
#stdout ⇒ Object
readonly
Returns the value of attribute stdout.
Instance Attribute Details
#exit_status ⇒ Object (readonly)
Returns the value of attribute exit_status
14 |
# File 'lib/ruby_claude/runner.rb', line 14 RunResult = Data.define(:stdout, :stderr, :exit_status) |
#stderr ⇒ Object (readonly)
Returns the value of attribute stderr
14 |
# File 'lib/ruby_claude/runner.rb', line 14 RunResult = Data.define(:stdout, :stderr, :exit_status) |
#stdout ⇒ Object (readonly)
Returns the value of attribute stdout
14 |
# File 'lib/ruby_claude/runner.rb', line 14 RunResult = Data.define(:stdout, :stderr, :exit_status) |