Class: AvoDeploy::CommandExecutionResult
- Inherits:
-
Object
- Object
- AvoDeploy::CommandExecutionResult
- Defined in:
- lib/avodeploy/command_execution_result.rb
Instance Attribute Summary collapse
-
#retval ⇒ Object
Returns the value of attribute retval.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdin ⇒ Object
Returns the value of attribute stdin.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
Instance Attribute Details
#retval ⇒ Object
Returns the value of attribute retval.
24 25 26 |
# File 'lib/avodeploy/command_execution_result.rb', line 24 def retval @retval end |
#stderr ⇒ Object
Returns the value of attribute stderr.
23 24 25 |
# File 'lib/avodeploy/command_execution_result.rb', line 23 def stderr @stderr end |
#stdin ⇒ Object
Returns the value of attribute stdin.
21 22 23 |
# File 'lib/avodeploy/command_execution_result.rb', line 21 def stdin @stdin end |
#stdout ⇒ Object
Returns the value of attribute stdout.
22 23 24 |
# File 'lib/avodeploy/command_execution_result.rb', line 22 def stdout @stdout end |