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.
780 781 782 |
# File 'lib/ruby-macrodroid.rb', line 780 def initialize(h={}) super({}.merge h) end |