class JustGo::Territory

Territory

A collection of Points with the same territory id

Attributes

points[R]

Public Class Methods

new(points: []) click to toggle source
# File lib/just_go/territory.rb, line 11
def initialize(points: [])
  @points = points
end