Class: LoggingAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- LoggingAction
- Defined in:
- lib/ruby-macrodroid.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ LoggingAction
constructor
A new instance of LoggingAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ LoggingAction
Returns a new instance of LoggingAction.
3331 3332 3333 3334 |
# File 'lib/ruby-macrodroid.rb', line 3331 def initialize(h={}) super(h) @group = 'logging' end |