2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2017-08-14 11:56:23 +00:00
|
|
|
class Sequencer
|
|
|
|
class Sequence
|
|
|
|
module Exchange
|
|
|
|
module Folder
|
|
|
|
class Attributes < Sequencer::Sequence::Base
|
|
|
|
|
|
|
|
def self.sequence
|
|
|
|
[
|
|
|
|
'Exchange::Connection',
|
|
|
|
'Exchange::Folder::Attributes',
|
|
|
|
]
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|