abstract struct GeoIP2::Record::BaseRecord

Direct Known Subclasses

Defined in:

geoip2/record.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ==(other : self) #

[View source]
def inspect(io) #

[View source]
def ip_address : String #

[View source]
def locales : Array(String) #

[View source]
def raw : MaxMindDB::Any #

[View source]

Macro Detail

macro mapping(*properties) #

[View source]
macro method_missing(call) #

[View source]