Class: ClearCallLogAction

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

Overview

Category: Phone

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 = {}) ⇒ ClearCallLogAction



2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
# File 'lib/ruby-macrodroid.rb', line 2789

def initialize(h={})

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

  super(options.merge h)

end