Class: TwitterCldr::Localized::LocalizedHash
- Inherits:
-
LocalizedObject
- Object
- LocalizedObject
- TwitterCldr::Localized::LocalizedHash
- Defined in:
- lib/twitter_cldr/localized/localized_hash.rb
Instance Attribute Summary
Attributes inherited from LocalizedObject
#base_obj, #formatter, #locale
Instance Method Summary collapse
Methods inherited from LocalizedObject
Constructor Details
This class inherits a constructor from TwitterCldr::Localized::LocalizedObject
Instance Method Details
#formatter_const ⇒ Object
14 15 16 |
# File 'lib/twitter_cldr/localized/localized_hash.rb', line 14 def formatter_const nil end |
#to_yaml(options = {}) ⇒ Object
10 11 12 |
# File 'lib/twitter_cldr/localized/localized_hash.rb', line 10 def to_yaml( = {}) TwitterCldr::Utils::YAML.dump(@base_obj, ) end |