struct

KemalWAF::GeoIPResult

Inherits Struct / Value / Object

GeoIP lookup sonucu

Constructors

new(country_code : Nil | String = nil, country_name : Nil | String = nil, city : Nil | String = nil, latitude : Float64 | Nil = nil, longitude : Float64 | Nil = nil, isp : Nil | String = nil, organization : Nil | String = nil)
Source

Instance methods

city
Source
city=(city : String | Nil)
Source
country_code
Source
country_code=(country_code : String | Nil)
Source
country_name
Source
country_name=(country_name : String | Nil)
Source
isp=(isp : String | Nil)
Source
latitude
Source
latitude=(latitude : Float64 | Nil)
Source
longitude
Source
longitude=(longitude : Float64 | Nil)
Source
organization
Source
organization=(organization : String | Nil)
Source