class CellTowerConstraint
Category: Connectivity
Public Class Methods
new(h={})
click to toggle source
Calls superclass method
Constraint::new
# File lib/ruby-macrodroid/constraints.rb, line 321 def initialize(h={}) options = { cell_group_name: 'test group', cell_ids: ["524,14,41070731"], in_range: true } super(options.merge h) end
Public Instance Methods
to_s(colour: false, indent: 0)
click to toggle source
# File lib/ruby-macrodroid/constraints.rb, line 333 def to_s(colour: false, indent: 0) 'CellTowerConstraint ' + @h.inspect end
Also aliased as: to_summary