struct GeoIP2::Model::Country

Defined in:

geoip2/model.cr

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