Method: ProcessExecuter::CommandError#result
- Defined in:
- lib/process_executer/errors.rb
#result ⇒ Result (readonly)
The result of the command including the command, its status and its output
105 106 107 |
# File 'lib/process_executer/errors.rb', line 105 def result @result end |