Class: ClearLogAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ ClearLogAction

Returns a new instance of ClearLogAction.



1979
1980
1981
1982
1983
1984
1985
1986
1987
# File 'lib/ruby-macrodroid.rb', line 1979

def initialize(h={})

  options = {
    user_log: true
  }

  super(options.merge h)

end