Class: Cldr::Export::Data::CountryCodes

Inherits:
Base
  • Object
show all
Defined in:
lib/cldr/export/data/country_codes.rb

Instance Attribute Summary

Attributes inherited from Base

#locale

Instance Method Summary collapse

Methods inherited from Base

#[]=, #update

Methods inherited from Hash

#deep_merge, #deep_stringify_keys, #symbolize_keys

Constructor Details

#initializeCountryCodes

Returns a new instance of CountryCodes.



5
6
7
8
# File 'lib/cldr/export/data/country_codes.rb', line 5

def initialize
  super(nil)
  update(:country_codes => country_codes)
end