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.
1812 1813 1814 1815 1816 1817 1818 1819 1820 |
# File 'lib/ruby-macrodroid.rb', line 1812 def initialize(h={}) = { keyguard_on: true } super(.merge h) end |