Class: BootTrigger

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ BootTrigger

Returns a new instance of BootTrigger.



1044
1045
1046
1047
1048
1049
1050
1051
# File 'lib/ruby-macrodroid.rb', line 1044

def initialize(h={})

  options = {
  }

  super(options.merge h)

end