Class: ClearCallLogAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ ClearCallLogAction

Returns a new instance of ClearCallLogAction.



2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
# File 'lib/ruby-macrodroid.rb', line 2265

def initialize(h={})

  options = {
    non_contact: false,
    specific_contact: false,
    type: 0
  }

  super(options.merge h)

end