class EnrichmentDb::Geo::Postcode

Public Class Methods

fields() click to toggle source
# File lib/enrichment_db/geo/postcode.rb, line 5
      def self.fields 
  'id, sa3_id, sa4_id, state_id'
end
parent_class() click to toggle source
# File lib/enrichment_db/geo/postcode.rb, line 13
def self.parent_class
      EnrichmentDb::Geo::SA3
end
scale() click to toggle source
# File lib/enrichment_db/geo/postcode.rb, line 9
def self.scale
      13
end