Class: LoggingAction

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

Direct Known Subclasses

AddCalendarEntryAction, ClearLogAction, LogAction

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods included from ObjectX

#action_to_object, #object_create, #varify

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ LoggingAction

Returns a new instance of LoggingAction.



1522
1523
1524
1525
# File 'lib/ruby-macrodroid/actions.rb', line 1522

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