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.
996 997 998 |
# File 'lib/ruby-macrodroid.rb', line 996 def initialize(h={}) super({}.merge h) end |