Class: Buildbox::Command::Result
- Inherits:
-
Struct
- Object
- Struct
- Buildbox::Command::Result
- Defined in:
- lib/buildbox/command.rb
Instance Attribute Summary collapse
-
#exit_status ⇒ Object
Returns the value of attribute exit_status.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#exit_status ⇒ Object
Returns the value of attribute exit_status
5 6 7 |
# File 'lib/buildbox/command.rb', line 5 def exit_status @exit_status end |
#output ⇒ Object
Returns the value of attribute output
5 6 7 |
# File 'lib/buildbox/command.rb', line 5 def output @output end |