Class: AnswerCallAction

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

Overview

Category: Phone

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ AnswerCallAction

Returns a new instance of AnswerCallAction.



2685
2686
2687
2688
2689
2690
2691
2692
2693
# File 'lib/ruby-macrodroid.rb', line 2685

def initialize(h={})

  options = {
    selected_index: 0
  }

  super(options.merge h)

end