Class: ClearCallLogAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- ClearCallLogAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ ClearCallLogAction
constructor
A new instance of ClearCallLogAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ ClearCallLogAction
Returns a new instance of ClearCallLogAction.
2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 |
# File 'lib/ruby-macrodroid.rb', line 2265 def initialize(h={}) = { non_contact: false, specific_contact: false, type: 0 } super(.merge h) end |