Method: MaxMind::GeoIP2::Record::Continent#names
- Defined in:
- lib/maxmind/geoip2/record/continent.rb
#names ⇒ Hash<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.
35 36 37 |
# File 'lib/maxmind/geoip2/record/continent.rb', line 35 def names get('names') end |