exchange.rb 264 B

12345678910111213
  1. # Copyright (C) 2012-2016 Zammad Foundation, http://zammad-foundation.org/
  2. module Import
  3. class Exchange < Import::IntegrationBase
  4. include Import::Mixin::Sequence
  5. private
  6. def sequence_name
  7. 'Import::Exchange::FolderContacts'
  8. end
  9. end
  10. end