Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
rest_countries
master
RestCountries
Country
Currency
Language
Generated using Crystal 1.14.0
2024-11-26 08:10:17 UTC
struct
RestCountries::
Country::
Language
RestCountries::Country::Language
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
rest_countries/country.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#iso639_1
: String
#iso639_2
: String
#name
: String
#nativeName
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
iso639_1
: String
#
[
View source
]
def
iso639_2
: String
#
[
View source
]
def
name
: String
#
[
View source
]
def
nativeName
: String
#
[
View source
]