Class: TidyI18n::TranslationKey

Inherits:
Struct
  • Object
show all
Defined in:
lib/tidy_i18n/translation_keys.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/tidy_i18n/translation_keys.rb', line 4

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



4
5
6
# File 'lib/tidy_i18n/translation_keys.rb', line 4

def value
  @value
end