Class: SetBluetoothAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SetBluetoothAction
- Defined in:
- lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetBluetoothAction
constructor
A new instance of SetBluetoothAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetBluetoothAction
Returns a new instance of SetBluetoothAction.
1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/ruby-macrodroid.rb', line 1518 def initialize(h={}) = { device_name: '', state: 0 } super(.merge h) end |