Module: Emque::Producing::MessageWithChangeset::ClassMethods

Defined in:
lib/emque/producing/message/message_with_changeset.rb

Instance Method Summary collapse

Instance Method Details

#translate_changeset_attrs(attrs = {}) ⇒ Object



5
6
7
8
# File 'lib/emque/producing/message/message_with_changeset.rb', line 5

def translate_changeset_attrs(attrs = {})
  @attrs_to_translate ||= {}
  @attrs_to_translate.merge!(attrs)
end