Class: OpenWebPageAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ OpenWebPageAction

Returns a new instance of OpenWebPageAction.



652
653
654
# File 'lib/ruby-macrodroid.rb', line 652

def initialize(h={})    
  super({}.merge h)
end