attribute_examples.rb 278 B

12345678910
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. class Sequencer::Unit::Import::Exchange::AttributeMapper::AttributeExamples < Sequencer::Unit::Common::AttributeMapper
  3. def self.map
  4. {
  5. ews_attributes_examples: :attributes,
  6. }
  7. end
  8. end