Class: EnrichmentDb::Geo::SA2
- Inherits:
-
Region
- Object
- DatumModel
- Region
- EnrichmentDb::Geo::SA2
- Defined in:
- lib/enrichment_db/geo/sa2.rb
Constant Summary
Constants inherited from Region
Instance Attribute Summary
Attributes inherited from Region
Attributes inherited from DatumModel
Class Method Summary collapse
Methods inherited from Region
by_boundary, by_id, #initialize
Methods inherited from DatumModel
all, by_id, by_lambda, format_result, #initialize, lazy_attr_reader
Constructor Details
This class inherits a constructor from EnrichmentDb::Geo::Region
Class Method Details
.fields ⇒ Object
5 6 7 |
# File 'lib/enrichment_db/geo/sa2.rb', line 5 def self.fields 'id, name, state_id, sa4_id, sa3_id' end |
.parent_class ⇒ Object
13 14 15 |
# File 'lib/enrichment_db/geo/sa2.rb', line 13 def self.parent_class EnrichmentDb::Geo::SA3 end |
.scale ⇒ Object
9 10 11 |
# File 'lib/enrichment_db/geo/sa2.rb', line 9 def self.scale 11 end |