Class: ClearLogAction

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

Overview

Category: Logging

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ ClearLogAction

Returns a new instance of ClearLogAction.



2959
2960
2961
2962
2963
2964
2965
2966
2967
# File 'lib/ruby-macrodroid.rb', line 2959

def initialize(h={})

  options = {
    user_log: true
  }

  super(options.merge h)

end