Class: VBox::HostUSBDevice

Inherits:
USBDevice show all
Defined in:
lib/virtualbox/classes/host_usb_device.rb

Instance Attribute Summary

Attributes inherited from Base

#ref

Instance Method Summary collapse

Methods inherited from USBDevice

#address, #id, #manufacturer, #port, #port_version, #product, #product_id, #remote, #revision, #serial_number, #vendor_id, #version

Methods inherited from Base

#_this, #delete!, #ensure_hash, #initialize, #vbox_class

Constructor Details

This class inherits a constructor from VBox::Base

Instance Method Details

#stateObject

Attributes



6
7
8
# File 'lib/virtualbox/classes/host_usb_device.rb', line 6

def state
  VBox::WebService.send_request(:i_host_usb_device_get_state, _this)
end