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
Returns a new instance of ShortcutTrigger.
2250 2251 2252 2253 2254 2255 2256 2257 |
# File 'lib/ruby-macrodroid.rb', line 2250 def initialize(h={}) = { } super(.merge h) end |