Class: Helm::CommandRunner::CommandExecution
- Inherits:
-
Struct
- Object
- Struct
- Helm::CommandRunner::CommandExecution
- Defined in:
- lib/helm/command-runner.rb
Instance Attribute Summary collapse
-
#result ⇒ Object
Returns the value of attribute result.
-
#server ⇒ Object
Returns the value of attribute server.
Instance Attribute Details
#result ⇒ Object
Returns the value of attribute result
5 6 7 |
# File 'lib/helm/command-runner.rb', line 5 def result @result end |
#server ⇒ Object
Returns the value of attribute server
5 6 7 |
# File 'lib/helm/command-runner.rb', line 5 def server @server end |