Class: VBox::HostUSBDevice
- Defined in:
- lib/virtualbox/classes/host_usb_device.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#state ⇒ Object
Attributes.
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
#state ⇒ Object
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 |