Class: RejectCallAction

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

Overview

Category: Phone

Instance Attribute Summary

Attributes inherited from Action

#constraints

Attributes inherited from MacroObject

#options, #siguid, #type

Instance Method Summary collapse

Methods inherited from Action

#invoke

Methods inherited from MacroObject

#to_h, #to_s

Constructor Details

#initialize(h = {}) ⇒ RejectCallAction

Returns a new instance of RejectCallAction.



3810
3811
3812
3813
3814
3815
3816
3817
# File 'lib/ruby-macrodroid.rb', line 3810

def initialize(h={})

  options = {
  }

  super(options.merge h)

end