Class: BluetoothTrigger
- Inherits:
-
Trigger
- Object
- MacroObject
- Trigger
- BluetoothTrigger
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ BluetoothTrigger
constructor
A new instance of BluetoothTrigger.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ BluetoothTrigger
Returns a new instance of BluetoothTrigger.
313 314 315 |
# File 'lib/ruby-macrodroid.rb', line 313 def initialize(h={}) super({}.merge h) end |