Class: AnswerCallAction
- Inherits:
-
PhoneAction
- Object
- MacroObject
- Action
- PhoneAction
- AnswerCallAction
- 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 = {}) ⇒ AnswerCallAction
constructor
A new instance of AnswerCallAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ AnswerCallAction
Returns a new instance of AnswerCallAction.
3761 3762 3763 3764 3765 3766 3767 3768 3769 |
# File 'lib/ruby-macrodroid.rb', line 3761 def initialize(h={}) = { selected_index: 0 } super(.merge h) end |