Class: SetBluetoothAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SetBluetoothAction
- Defined in:
- 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.
684 685 686 |
# File 'lib/ruby-macrodroid.rb', line 684 def initialize(h={}) super({}.merge h) end |