Class: SetKeyguardAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SetKeyguardAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetKeyguardAction
constructor
A new instance of SetKeyguardAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetKeyguardAction
Returns a new instance of SetKeyguardAction.
1629 1630 1631 1632 1633 1634 1635 1636 1637 |
# File 'lib/ruby-macrodroid.rb', line 1629 def initialize(h={}) = { keyguard_on: true } super(.merge h) end |