Class: Train::Extras::CommandResult
- Inherits:
-
Struct
- Object
- Struct
- Train::Extras::CommandResult
- Defined in:
- lib/train/extras.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.
Instance Attribute Details
#exit_status ⇒ Object
Returns the value of attribute exit_status
15 16 17 |
# File 'lib/train/extras.rb', line 15 def exit_status @exit_status end |
#stderr ⇒ Object
Returns the value of attribute stderr
15 16 17 |
# File 'lib/train/extras.rb', line 15 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
15 16 17 |
# File 'lib/train/extras.rb', line 15 def stdout @stdout end |