Class: CellTowerConstraint
- Inherits:
-
Constraint
- Object
- MacroObject
- Constraint
- CellTowerConstraint
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Connectivity
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ CellTowerConstraint
constructor
A new instance of CellTowerConstraint.
Methods inherited from Constraint
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ CellTowerConstraint
Returns a new instance of CellTowerConstraint.
3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 |
# File 'lib/ruby-macrodroid.rb', line 3814 def initialize(h={}) = { cell_group_name: 'test group', cell_ids: ["524,14,41070731"], in_range: true } super(.merge h) end |