attributes_examples.rb 429 B

1234567891011121314151617
  1. # Copyright (C) 2012-2024 Zammad Foundation, https://zammad-foundation.org/
  2. class Sequencer::Sequence::Import::Exchange::AttributesExamples < Sequencer::Sequence::Base
  3. def self.expecting
  4. [:attributes]
  5. end
  6. def self.sequence
  7. [
  8. 'Exchange::Connection',
  9. 'Exchange::Folders::ByIds',
  10. 'Import::Exchange::AttributeExamples',
  11. 'Import::Exchange::AttributeMapper::AttributeExamples',
  12. ]
  13. end
  14. end