Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
geoip2
v0.5.3
GeoIP2
AddressNotFoundError
Database
Model
AnonymousIp
Asn
BaseCity
BaseCountry
BaseModel
City
ConnectionType
Country
DensityIncome
Domain
Enterprise
Insights
Isp
SimpleModel
UserCount
Record
BaseRecord
City
Continent
Country
Location
MaxMind
PlaceRecord
Postal
RegisteredCountry
RepresentedCountry
Subdivision
Traits
Built with Crystal 1.9.2
2023-10-08 10:30:33 UTC
struct
GeoIP2::Model::Country
GeoIP2::Model::Country
GeoIP2::Model::BaseCountry
GeoIP2::Model::BaseModel
Struct
Value
Object
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