Class: RailVerdict::ProcessRunner::RunResult
- Inherits:
-
Struct
- Object
- Struct
- RailVerdict::ProcessRunner::RunResult
- Defined in:
- lib/rail_verdict/process_runner.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
Returns the value of attribute detail.
-
#exit_code ⇒ Object
Returns the value of attribute exit_code.
-
#signal ⇒ Object
Returns the value of attribute signal.
-
#status ⇒ Object
Returns the value of attribute status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stderr_truncated ⇒ Object
Returns the value of attribute stderr_truncated.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#stdout_truncated ⇒ Object
Returns the value of attribute stdout_truncated.
Instance Attribute Details
#detail ⇒ Object
Returns the value of attribute detail
19 20 21 |
# File 'lib/rail_verdict/process_runner.rb', line 19 def detail @detail end |
#exit_code ⇒ Object
Returns the value of attribute exit_code
19 20 21 |
# File 'lib/rail_verdict/process_runner.rb', line 19 def exit_code @exit_code end |
#signal ⇒ Object
Returns the value of attribute signal
19 20 21 |
# File 'lib/rail_verdict/process_runner.rb', line 19 def signal @signal end |
#status ⇒ Object
Returns the value of attribute status
19 20 21 |
# File 'lib/rail_verdict/process_runner.rb', line 19 def status @status end |
#stderr ⇒ Object
Returns the value of attribute stderr
19 20 21 |
# File 'lib/rail_verdict/process_runner.rb', line 19 def stderr @stderr end |
#stderr_truncated ⇒ Object
Returns the value of attribute stderr_truncated
19 20 21 |
# File 'lib/rail_verdict/process_runner.rb', line 19 def stderr_truncated @stderr_truncated end |
#stdout ⇒ Object
Returns the value of attribute stdout
19 20 21 |
# File 'lib/rail_verdict/process_runner.rb', line 19 def stdout @stdout end |
#stdout_truncated ⇒ Object
Returns the value of attribute stdout_truncated
19 20 21 |
# File 'lib/rail_verdict/process_runner.rb', line 19 def stdout_truncated @stdout_truncated end |