Class: LogAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- LogAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ LogAction
constructor
A new instance of LogAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ LogAction
Returns a new instance of LogAction.
1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 |
# File 'lib/ruby-macrodroid.rb', line 1964 def initialize(h={}) = { log_text: '', log_date_and_time: true } super(.merge h) end |