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.



753
754
755
756
757
758
759
760
761
# File 'lib/ruby-macrodroid.rb', line 753

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end