Class: InCallConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- InCallConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Phone
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ InCallConstraint
constructor
A new instance of InCallConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ InCallConstraint
Returns a new instance of InCallConstraint.
4030 4031 4032 4033 4034 4035 4036 4037 4038 |
# File 'lib/ruby-macrodroid.rb', line 4030 def initialize(h={}) = { in_call: true } super(.merge h) end |