Class: BootTrigger
- Inherits:
-
Trigger
- Object
- MacroObject
- Trigger
- BootTrigger
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Events
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ BootTrigger
constructor
A new instance of BootTrigger.
Methods inherited from Trigger
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ BootTrigger
Returns a new instance of BootTrigger.
1262 1263 1264 1265 1266 1267 1268 1269 |
# File 'lib/ruby-macrodroid.rb', line 1262 def initialize(h={}) = { } super(.merge h) end |