Class: Kward::LocalCommandRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- Kward::LocalCommandRunner::Result
- Defined in:
- lib/kward/local_command_runner.rb
Instance Attribute Summary collapse
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#timed_out ⇒ Object
Returns the value of attribute timed_out.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
Instance Attribute Details
#exit_status ⇒ Object
Returns the value of attribute exit_status
11 12 13 |
# File 'lib/kward/local_command_runner.rb', line 11 def exit_status @exit_status end |
#stderr ⇒ Object
Returns the value of attribute stderr
11 12 13 |
# File 'lib/kward/local_command_runner.rb', line 11 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
11 12 13 |
# File 'lib/kward/local_command_runner.rb', line 11 def stdout @stdout end |
#timed_out ⇒ Object
Returns the value of attribute timed_out
11 12 13 |
# File 'lib/kward/local_command_runner.rb', line 11 def timed_out @timed_out end |
#truncated ⇒ Object
Returns the value of attribute truncated
11 12 13 |
# File 'lib/kward/local_command_runner.rb', line 11 def truncated @truncated end |