Method: Geocoder::MaxmindDatabase#archive_edition

Defined in:
lib/maxmind_database.rb

#archive_edition(package) ⇒ Object



38
39
40
41
42
43
44
# File 'lib/maxmind_database.rb', line 38

def archive_edition(package)
  {
    geolite_country_csv: "GeoLite2-Country-CSV",
    geolite_city_csv: "GeoLite2-City-CSV",
    geolite_asn_csv: "GeoLite2-ASN-CSV"
  }[package]
end