Class: BootTrigger
- Inherits:
-
DeviceEventsTrigger
- Object
- MacroObject
- Trigger
- DeviceEventsTrigger
- BootTrigger
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Events
Instance Attribute Summary
Attributes inherited from Trigger
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.
1958 1959 1960 1961 1962 1963 1964 1965 |
# File 'lib/ruby-macrodroid.rb', line 1958 def initialize(h={}) = { } super(.merge h) end |