Method: VirtualBox::Error#output
- Defined in:
- lib/virtual_box/error.rb
#output ⇒ String (readonly)
The combined stdout and stderr of the failed VirtualBox command.
11 12 13 |
# File 'lib/virtual_box/error.rb', line 11 def output @output end |