Class: SilentModeVibrateOffAction

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

Overview

Category: Volume

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ SilentModeVibrateOffAction

Returns a new instance of SilentModeVibrateOffAction.



3876
3877
3878
3879
3880
3881
3882
3883
3884
# File 'lib/ruby-macrodroid.rb', line 3876

def initialize(h={})

  options = {
    option: 1
  }

  super(options.merge h)

end