Class: LogAction
- Inherits:
-
LoggingAction
- Object
- MacroObject
- Action
- LoggingAction
- LogAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Logging
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ LogAction
constructor
A new instance of LogAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ LogAction
Returns a new instance of LogAction.
3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 |
# File 'lib/ruby-macrodroid.rb', line 3371 def initialize(h={}) = { log_text: '', log_date_and_time: true } super(.merge h) end |