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.
2928 2929 2930 2931 2932 2933 2934 2935 2936 |
# File 'lib/ruby-macrodroid.rb', line 2928 def initialize(h={}) = { option: 1 } super(.merge h) end |