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