class ZipCode

Constants

TABLE_STRUCTURE

Public Instance Methods

country() click to toggle source
# File lib/earth/locality/zip_code.rb, line 46
def country
  Country.united_states
end