Class: AnswerCallAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

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={})

  options = {
    selected_index: 0
  }

  super(options.merge h)

end