class Pupa::Area

A geographic area whose geometry may change over time.

Attributes

classification[RW]
geometry[RW]
identifier[RW]
name[RW]
parent_id[RW]

Public Instance Methods

to_s() click to toggle source

Returns the area’s name.

@return [String] the area’s name

# File lib/pupa/models/area.rb, line 19
def to_s
  name
end