struct GeoIP2::Model::City

Defined in:

geoip2/model.cr

Instance methods inherited from struct GeoIP2::Model::BaseCity

city : Record::City city, location : Record::Location location, most_specific_subdivision : Record::Subdivision most_specific_subdivision, postal : Record::Postal postal, subdivisions : Array(Record::Subdivision) subdivisions

Instance methods inherited from struct GeoIP2::Model::BaseCountry

continent : Record::Continent continent, country : Record::Country country, maxmind : Record::Maxmind maxmind, registered_country : Record::RegisteredCountry registered_country, represented_country : Record::RepresentedCountry represented_country, traits : Record::Traits traits

Instance methods inherited from struct GeoIP2::Model::BaseModel

ip_address : String ip_address, locales : Array(String) locales, raw : MaxMindDB::Any raw

Constructor methods inherited from struct GeoIP2::Model::BaseModel

new(raw : MaxMindDB::Any, locales : Array(String), ip_address : String) new