Class: Helmsnap::Command::Result
- Inherits:
-
Struct
- Object
- Struct
- Helmsnap::Command::Result
- Defined in:
- lib/helmsnap/command.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
4 5 6 |
# File 'lib/helmsnap/command.rb', line 4 def output @output end |
#success ⇒ Object
Returns the value of attribute success
4 5 6 |
# File 'lib/helmsnap/command.rb', line 4 def success @success end |