Class: ClearCallLogAction
- Inherits:
-
PhoneAction
- Object
- MacroObject
- Action
- PhoneAction
- ClearCallLogAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Phone
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ ClearCallLogAction
constructor
A new instance of ClearCallLogAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ ClearCallLogAction
Returns a new instance of ClearCallLogAction.
3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 |
# File 'lib/ruby-macrodroid.rb', line 3777 def initialize(h={}) = { non_contact: false, specific_contact: false, type: 0 } super(.merge h) end |