Class: ClearLogAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- ClearLogAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ ClearLogAction
constructor
A new instance of ClearLogAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ ClearLogAction
Returns a new instance of ClearLogAction.
1979 1980 1981 1982 1983 1984 1985 1986 1987 |
# File 'lib/ruby-macrodroid.rb', line 1979 def initialize(h={}) = { user_log: true } super(.merge h) end |