class ISOCodes::Countries

Included Modules

Defined in:

iso_codes/countries.cr

Constructors

Macro Summary

Instance Method Summary

Constructor Detail

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

[View source]

Macro Detail

macro method_missing(call) #

[View source]

Instance Method Detail

def find_by_alpha_2(value : String) : Country | Nil #

[View source]
def find_by_alpha_3(value : String) : Country | Nil #

[View source]
def find_by_common_name(value : String) : Country | Nil #

[View source]
def find_by_flag(value : String) : Country | Nil #

[View source]
def find_by_name(value : String) : Country | Nil #

[View source]
def find_by_numeric(value : String) : Country | Nil #

[View source]
def find_by_official_name(value : String) : Country | Nil #

[View source]