Method: VirtualBox::Error#output

Defined in:
lib/virtual_box/error.rb

#outputString (readonly)

The combined stdout and stderr of the failed VirtualBox command.

Returns:

  • (String)


11
12
13
# File 'lib/virtual_box/error.rb', line 11

def output
  @output
end