class Locomotive::Wagon::TranslationDecorator

Public Instance Methods

__attributes__() click to toggle source
# File lib/locomotive/wagon/decorators/translation_decorator.rb, line 12
def __attributes__
  %i(key values)
end
id() click to toggle source
# File lib/locomotive/wagon/decorators/translation_decorator.rb, line 8
def id
  key
end