Class: ShortcutTrigger
- Inherits:
-
Trigger
- Object
- MacroObject
- Trigger
- ShortcutTrigger
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ ShortcutTrigger
constructor
A new instance of ShortcutTrigger.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ ShortcutTrigger
Returns a new instance of ShortcutTrigger.
1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/ruby-macrodroid.rb', line 1295 def initialize(h={}) = { } super(.merge h) end |