Class: OpenCallLogAction
- Inherits:
-
PhoneAction
- Object
- MacroObject
- Action
- PhoneAction
- OpenCallLogAction
- 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 = {}) ⇒ OpenCallLogAction
constructor
A new instance of OpenCallLogAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ OpenCallLogAction
Returns a new instance of OpenCallLogAction.
3795 3796 3797 3798 3799 3800 3801 3802 |
# File 'lib/ruby-macrodroid.rb', line 3795 def initialize(h={}) = { } super(.merge h) end |