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::Record::Continent
GeoIP2::Record::Continent
GeoIP2::Record::PlaceRecord
GeoIP2::Record::BaseRecord
Struct
Value
Object
Defined in:
geoip2/record.cr
Instance Method Summary
#code
: String | Nil
#geoname_id
: Int32 | Nil
Instance methods inherited from struct
GeoIP2::Record::PlaceRecord
name : String | Nil
name
,
names : Hash(String, String)
names
Instance methods inherited from struct
GeoIP2::Record::BaseRecord
==(other :
self
)
==
,
inspect(io)
inspect
,
ip_address : String
ip_address
,
locales : Array(String)
locales
,
raw : MaxMindDB::Any
raw
Constructor methods inherited from struct
GeoIP2::Record::BaseRecord
new(raw : MaxMindDB::Any, locales : Array(String), ip_address : String)
new
Instance Method Detail
def
code
: String | Nil
#
[
View source
]
def
geoname_id
: Int32 | Nil
#
[
View source
]