Exception: R10K::ExecutionFailure Deprecated

Inherits:
StandardError
  • Object
show all
Defined in:
lib/r10k/errors.rb

Overview

Deprecated.

Instance Attribute Summary collapse

Instance Attribute Details

#exit_codeObject

Returns the value of attribute exit_code.



7
8
9
# File 'lib/r10k/errors.rb', line 7

def exit_code
  @exit_code
end

#stderrObject

Returns the value of attribute stderr.



7
8
9
# File 'lib/r10k/errors.rb', line 7

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout.



7
8
9
# File 'lib/r10k/errors.rb', line 7

def stdout
  @stdout
end