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
Returns a new instance of ClearCallLogAction.
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 |
# File 'lib/ruby-macrodroid.rb', line 2701 def initialize(h={}) = { non_contact: false, specific_contact: false, type: 0 } super(.merge h) end |