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.
4863 4864 4865 4866 4867 4868 4869 4870 4871 |
# File 'lib/ruby-macrodroid.rb', line 4863 def initialize(h={}) = { in_call: true } super(.merge h) end |