class RestCountries::Country
- RestCountries::Country
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
rest_countries/country.crConstructors
Instance Method Summary
- #alpha2Code : String
- #alpha3Code : String
- #altSpellings : Array(String)
- #area : Float64
- #borders : Array(String)
- #callingCodes : Array(String)
- #capital : String
- #currencies : Array(Currency)
- #demonym : String
- #gini : Float64
- #languages : Array(Language)
- #latlng : Array(Float64)
- #name : String
- #nativeName : String
- #numericCode : String
- #population : Int32
- #region : String
- #subregion : String
- #timezones : Array(String)
- #topLevelDomain : Array(String)
- #translations : Hash(String, String)