Class: ShortcutTrigger
- Inherits:
-
Trigger
- Object
- MacroObject
- Trigger
- ShortcutTrigger
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: User Input
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ ShortcutTrigger
constructor
A new instance of ShortcutTrigger.
Methods inherited from Trigger
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ ShortcutTrigger
1610 1611 1612 1613 1614 1615 1616 1617 |
# File 'lib/ruby-macrodroid.rb', line 1610 def initialize(h={}) = { } super(.merge h) end |