Class: LaunchHomeScreenAction
- Inherits:
-
DeviceSettingsAction
- Object
- MacroObject
- Action
- DeviceSettingsAction
- LaunchHomeScreenAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Settings
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ LaunchHomeScreenAction
constructor
A new instance of LaunchHomeScreenAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ LaunchHomeScreenAction
Returns a new instance of LaunchHomeScreenAction.
3060 3061 3062 3063 3064 3065 3066 3067 |
# File 'lib/ruby-macrodroid.rb', line 3060 def initialize(h={}) = { } super(.merge h) end |