Class: UsbDeviceConnectionTrigger

Inherits:
Trigger show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ UsbDeviceConnectionTrigger

Returns a new instance of UsbDeviceConnectionTrigger.



595
596
597
598
599
600
601
602
603
# File 'lib/ruby-macrodroid.rb', line 595

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end