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.



2251
2252
2253
2254
2255
2256
2257
2258
2259
# File 'lib/ruby-macrodroid.rb', line 2251

def initialize(h={})

  options = {
    selected_index: 0
  }

  super(options.merge h)

end