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.
1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 |
# File 'lib/ruby-macrodroid.rb', line 1451 def initialize(h={}) = { variable_to_save_response: {:m_stringValue=>"", :m_name=>"", :m_decimalValue=>0.0, :isLocal=>true, :m_booleanValue=>false, :excludeFromLog=>false, :m_intValue=>0, :m_type=>2}, url_to_open: '', http_get: true, disable_url_encode: false, block_next_action: false } super(.merge h) end |