Class: VibrateAction
- Inherits:
-
DeviceSettingsAction
- Object
- MacroObject
- Action
- DeviceSettingsAction
- VibrateAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Settings
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ VibrateAction
constructor
A new instance of VibrateAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ VibrateAction
2167 2168 2169 2170 2171 2172 2173 2174 2175 |
# File 'lib/ruby-macrodroid.rb', line 2167 def initialize(h={}) = { vibrate_pattern: 1 } super(.merge h) end |