Exception: R10K::ExecutionFailure

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

Instance Attribute Summary collapse

Instance Attribute Details

#exit_codeObject

Returns the value of attribute exit_code.



5
6
7
# File 'lib/r10k/errors.rb', line 5

def exit_code
  @exit_code
end

#stderrObject

Returns the value of attribute stderr.



5
6
7
# File 'lib/r10k/errors.rb', line 5

def stderr
  @stderr
end

#stdoutObject

Returns the value of attribute stdout.



5
6
7
# File 'lib/r10k/errors.rb', line 5

def stdout
  @stdout
end