Class: ClearCallLogAction
- Inherits:
-
PhoneAction
- Object
- MacroObject
- Action
- PhoneAction
- ClearCallLogAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Phone
Instance Attribute Summary
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
2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/ruby-macrodroid.rb', line 2789 def initialize(h={}) = { non_contact: false, specific_contact: false, type: 0 } super(.merge h) end |