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 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.
2051 2052 2053 2054 2055 2056 2057 2058 |
# File 'lib/ruby-macrodroid.rb', line 2051 def initialize(h={}) = { } super(.merge h) end |