Class: BootTrigger
- Inherits:
-
Trigger
- Object
- MacroObject
- Trigger
- BootTrigger
- Defined in:
- lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ BootTrigger
constructor
A new instance of BootTrigger.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ BootTrigger
Returns a new instance of BootTrigger.
861 862 863 864 865 866 867 868 |
# File 'lib/ruby-macrodroid.rb', line 861 def initialize(h={}) = { } super(.merge h) end |