Class: RejectCallAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- RejectCallAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ RejectCallAction
constructor
A new instance of RejectCallAction.
Methods inherited from MacroObject
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={}) = { } super(.merge h) end |