class Ipapi::Location

Included Modules

Defined in:

ipapi.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def asn : String #

def city : String #

def continent_code : String #

def country : String #

def country_area : Float64 #

def country_calling_code : String #

def country_capital : String #

def country_code : String #

def country_code_iso3 : String #

def country_name : String #

def country_population : Int32 #

def country_tld : String #

def currency : String #

def currency_name : String #

def in_eu : Bool #

def ip : String #

def languages : String #

def latitude : Float64 #

def longitude : Float64 #

def network : String #

def org : String #

def postal : String #

def region : String #

def region_code : String #

def timezone : String #

def utc_offset : String #

def version : String #