Class: UsbDeviceConnectionTrigger

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

Overview

Category: Connectivity

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Trigger

#match?

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ UsbDeviceConnectionTrigger

Returns a new instance of UsbDeviceConnectionTrigger.



1090
1091
1092
1093
1094
1095
1096
1097
1098
# File 'lib/ruby-macrodroid.rb', line 1090

def initialize(h={})

  options = {
    option: 0
  }

  super(options.merge h)

end