class Ipapi::Location

Included Modules

Defined in:

ipapi.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def asn : String #

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

[View source]
def city : String #

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

[View source]
def continent_code : String #

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

[View source]
def country : String #

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

[View source]
def country_area : Float64 #

[View source]
def country_area=(country_area : Float64) #

[View source]
def country_calling_code : String #

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

[View source]
def country_capital : String #

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

[View source]
def country_code : String #

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

[View source]
def country_code_iso3 : String #

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

[View source]
def country_name : String #

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

[View source]
def country_population : Int32 #

[View source]
def country_population=(country_population : Int32) #

[View source]
def country_tld : String #

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

[View source]
def currency : String #

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

[View source]
def currency_name : String #

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

[View source]
def in_eu : Bool #

[View source]
def in_eu=(in_eu : Bool) #

[View source]
def ip : String #

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

[View source]
def languages : String #

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

[View source]
def latitude : Float64 #

[View source]
def latitude=(latitude : Float64) #

[View source]
def longitude : Float64 #

[View source]
def longitude=(longitude : Float64) #

[View source]
def network : String #

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

[View source]
def org : String #

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

[View source]
def postal : String #

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

[View source]
def region : String #

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

[View source]
def region_code : String #

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

[View source]
def timezone : String #

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

[View source]
def utc_offset : String #

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

[View source]
def version : String #

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

[View source]