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::ConnectionType
GeoIP2::Model::ConnectionType
GeoIP2::Model::SimpleModel
GeoIP2::Model::BaseModel
Struct
Value
Object
Defined in:
geoip2/model.cr
Instance Method Summary
#connection_type
Constructor methods inherited from struct
GeoIP2::Model::SimpleModel
new(raw : MaxMindDB::Any, locales : Array(String), ip_address : String)
new
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
Instance Method Detail
def
connection_type
#
[
View source
]