Class: SetKeyguardAction
- Inherits:
-
DeviceSettingsAction
- Object
- MacroObject
- Action
- DeviceSettingsAction
- SetKeyguardAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Device Settings
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetKeyguardAction
constructor
A new instance of SetKeyguardAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetKeyguardAction
Returns a new instance of SetKeyguardAction.
3173 3174 3175 3176 3177 3178 3179 3180 3181 |
# File 'lib/ruby-macrodroid.rb', line 3173 def initialize(h={}) = { keyguard_on: true } super(.merge h) end |