Class: LoggingAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Direct Known Subclasses

AddCalendarEntryAction, ClearLogAction, LogAction

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ LoggingAction

Returns a new instance of LoggingAction.



2303
2304
2305
2306
# File 'lib/ruby-macrodroid.rb', line 2303

def initialize(h={})
  super(h)
  @group = 'logging'
end