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.
3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 |
# File 'lib/ruby-macrodroid.rb', line 3641 def initialize(h={}) = { non_contact: false, specific_contact: false, type: 0 } super(.merge h) end |