class RestCountries::Country

Included Modules

Defined in:

rest_countries/country.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def alpha2Code : String #

[View source]
def alpha3Code : String #

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

[View source]
def area : Float64 #

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

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

[View source]
def capital : String #

[View source]
def currencies : Array(Currency) #

[View source]
def demonym : String #

[View source]
def gini : Float64 #

[View source]
def languages : Array(Language) #

[View source]
def latlng : Array(Float64) #

[View source]
def name : String #

[View source]
def nativeName : String #

[View source]
def numericCode : String #

[View source]
def population : Int32 #

[View source]
def region : String #

[View source]
def subregion : String #

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

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

[View source]
def translations : Hash(String, String) #

[View source]