Class: WcaI18n::TranslatedLeaf

Inherits:
Struct
  • Object
show all
Defined in:
lib/wca_i18n/yaml_to_enriched_ruby_hash.rb

Instance Attribute Summary collapse

Instance Attribute Details

#original_hashObject

Returns the value of attribute original_hash

Returns:

  • (Object)

    the current value of original_hash



7
8
9
# File 'lib/wca_i18n/yaml_to_enriched_ruby_hash.rb', line 7

def original_hash
  @original_hash
end

#translatedObject

Returns the value of attribute translated

Returns:

  • (Object)

    the current value of translated



7
8
9
# File 'lib/wca_i18n/yaml_to_enriched_ruby_hash.rb', line 7

def translated
  @translated
end