Class: AndroidShortcutsAction
- Inherits:
-
DeviceAction
- Object
- MacroObject
- Action
- DeviceAction
- AndroidShortcutsAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Actions
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ AndroidShortcutsAction
constructor
A new instance of AndroidShortcutsAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ AndroidShortcutsAction
Returns a new instance of AndroidShortcutsAction.
2821 2822 2823 2824 2825 2826 2827 2828 2829 |
# File 'lib/ruby-macrodroid.rb', line 2821 def initialize(h={}) = { option: 1 } super(.merge h) end |