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
103 104 105 |
# File 'lib/process_executer/errors.rb', line 103 def result @result end |