Class: LaunchHomeScreenAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- LaunchHomeScreenAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ LaunchHomeScreenAction
constructor
A new instance of LaunchHomeScreenAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ LaunchHomeScreenAction
Returns a new instance of LaunchHomeScreenAction.
1730 1731 1732 1733 1734 1735 1736 1737 |
# File 'lib/ruby-macrodroid.rb', line 1730 def initialize(h={}) = { } super(.merge h) end |