Class: Hercules::CommandRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- Hercules::CommandRunner::Result
- Defined in:
- lib/command_runner.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output
12 13 14 |
# File 'lib/command_runner.rb', line 12 def output @output end |
#success ⇒ Object
Returns the value of attribute success
12 13 14 |
# File 'lib/command_runner.rb', line 12 def success @success end |