Class: OpenWebPageAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- OpenWebPageAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ OpenWebPageAction
constructor
A new instance of OpenWebPageAction.
Methods inherited from MacroObject
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 |