Class: KeepAwakeAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- KeepAwakeAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ KeepAwakeAction
constructor
A new instance of KeepAwakeAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ KeepAwakeAction
Returns a new instance of KeepAwakeAction.
1068 1069 1070 |
# File 'lib/ruby-macrodroid.rb', line 1068 def initialize(h={}) super({}.merge h) end |