Method: MaxMind::GeoIP2::Record::Continent#names

Defined in:
lib/maxmind/geoip2/record/continent.rb

#namesHash<String, String>?

A Hash where the keys are locale codes and the values are names. This attribute is returned by all location services and databases.

Returns:

  • (Hash<String, String>, nil)


35
36
37
# File 'lib/maxmind/geoip2/record/continent.rb', line 35

def names
  get('names')
end