Method: ProcessExecuter::CommandError#result

Defined in:
lib/process_executer/errors.rb

#resultResult (readonly)

The result of the command including the command, its status and its output

Examples:

error.result #=> #<ProcessExecuter::Result:0x00007f9b1b8b3d20>

Returns:



105
106
107
# File 'lib/process_executer/errors.rb', line 105

def result
  @result
end