Class: AnswerCallAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- AnswerCallAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ AnswerCallAction
constructor
A new instance of AnswerCallAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ AnswerCallAction
Returns a new instance of AnswerCallAction.
2063 2064 2065 2066 2067 2068 2069 2070 2071 |
# File 'lib/ruby-macrodroid.rb', line 2063 def initialize(h={}) = { selected_index: 0 } super(.merge h) end |