Class: AvoDeploy::CommandExecutionResult

Inherits:
Object
  • Object
show all
Defined in:
lib/avodeploy/command_execution_result.rb

Instance Attribute Summary collapse

Instance Attribute Details

#retvalObject

Returns the value of attribute retval.



24
25
26
# File 'lib/avodeploy/command_execution_result.rb', line 24

def retval
  @retval
end

#stderrObject

Returns the value of attribute stderr.



23
24
25
# File 'lib/avodeploy/command_execution_result.rb', line 23

def stderr
  @stderr
end

#stdinObject

Returns the value of attribute stdin.



21
22
23
# File 'lib/avodeploy/command_execution_result.rb', line 21

def stdin
  @stdin
end

#stdoutObject

Returns the value of attribute stdout.



22
23
24
# File 'lib/avodeploy/command_execution_result.rb', line 22

def stdout
  @stdout
end