struct IPGeolocation::Location

Included Modules

Defined in:

ip_geolocation/location.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(alpha_2 : String, country : String, state : String, city : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def alpha_2 : String #

[View source]
def alpha_2=(alpha_2 : String) #

[View source]
def city : String #

[View source]
def city=(city : String) #

[View source]
def country : String #

[View source]
def country=(country : String) #

[View source]
def crc32 #

[View source]
def state : String #

[View source]
def state=(state : String) #

[View source]