abstract struct GeoIP2::Model::SimpleModel

Direct Known Subclasses

Defined in:

geoip2/model.cr

Constructors

Macro Summary

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

Constructor Detail

def self.new(raw : MaxMindDB::Any, locales : Array(String), ip_address : String) #

[View source]

Macro Detail

macro def_traits(*methods) #

[View source]