Method: LIBUSB::Interface#device
- Defined in:
- lib/libusb/interface.rb
#device ⇒ Object
The Device this Interface belongs to.
52 |
# File 'lib/libusb/interface.rb', line 52 def device() self.configuration.device end |
The Device this Interface belongs to.
52 |
# File 'lib/libusb/interface.rb', line 52 def device() self.configuration.device end |