Class: LaunchHomeScreenAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

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={})

  options = {
  }

  super(options.merge h)

end