Class: RejectCallAction

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ RejectCallAction

Returns a new instance of RejectCallAction.



2294
2295
2296
2297
2298
2299
2300
2301
# File 'lib/ruby-macrodroid.rb', line 2294

def initialize(h={})

  options = {
  }

  super(options.merge h)

end