Class: Excom::Plugins::Executable::Result
- Inherits:
-
Struct
- Object
- Struct
- Excom::Plugins::Executable::Result
- Defined in:
- lib/excom/plugins/executable.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result
8 9 10 |
# File 'lib/excom/plugins/executable.rb', line 8 def result @result end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/excom/plugins/executable.rb', line 8 def status @status end |