class ISOCodes::Languages

Included Modules

Defined in:

iso_codes/languages.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) : Language | Nil #

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

[View source]
def find_by_bibliographic(value : String) : Language | Nil #

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

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

[View source]