Class: SilentModeVibrateOffAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ SilentModeVibrateOffAction

Returns a new instance of SilentModeVibrateOffAction.



2433
2434
2435
2436
2437
2438
2439
2440
2441
# File 'lib/ruby-macrodroid.rb', line 2433

def initialize(h={})

  options = {
    option: 1
  }

  super(options.merge h)

end