Class: RejectCallAction

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, #to_s

Constructor Details

#initialize(h = {}) ⇒ RejectCallAction

Returns a new instance of RejectCallAction.



3352
3353
3354
3355
3356
3357
3358
3359
# File 'lib/ruby-macrodroid.rb', line 3352

def initialize(h={})

  options = {
  }

  super(options.merge h)

end