Class: Cldr::Export::Data::RegionCurrencies

Inherits:
Base
  • Object
show all
Defined in:
lib/cldr/export/data/region_currencies.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

#initializeRegionCurrencies

Returns a new instance of RegionCurrencies.



6
7
8
9
# File 'lib/cldr/export/data/region_currencies.rb', line 6

def initialize
  super(nil)
  update(:region_currencies => currencies)
end