Class: SetWifiAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SetWifiAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetWifiAction
constructor
A new instance of SetWifiAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetWifiAction
Returns a new instance of SetWifiAction.
1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 |
# File 'lib/ruby-macrodroid.rb', line 1502 def initialize(h={}) = { ssid: '[Select Wifi]', network_id: 0, state: 0 } super(.merge h) end |