Class: Cldr::Export::Data::Variables

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

Constant Summary collapse

VARIABLE_IDS =

only these variables will be exported

%w($grandfathered $language $territory $script $variant)

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

#initializeVariables

Returns a new instance of Variables.



9
10
11
12
# File 'lib/cldr/export/data/variables.rb', line 9

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