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.



2773
2774
2775
2776
2777
2778
2779
2780
2781
# File 'lib/ruby-macrodroid.rb', line 2773

def initialize(h={})

  options = {
    selected_index: 0
  }

  super(options.merge h)

end