Class: LogAction
- Inherits:
-
LoggingAction
- Object
- MacroObject
- Action
- LoggingAction
- LogAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Logging
Instance Attribute Summary
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.
2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 |
# File 'lib/ruby-macrodroid.rb', line 2652 def initialize(h={}) = { log_text: '', log_date_and_time: true } super(.merge h) end |