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.
2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'lib/ruby-macrodroid.rb', line 2642 def initialize(h={}) = { } super(.merge h) end |