Class: ShortcutTrigger
- Inherits:
-
Trigger
- Object
- MacroObject
- Trigger
- ShortcutTrigger
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: User Input
Instance Attribute Summary
Attributes inherited from Trigger
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.
2404 2405 2406 2407 2408 2409 2410 2411 |
# File 'lib/ruby-macrodroid.rb', line 2404 def initialize(h={}) = { } super(.merge h) end |