19 lines
397 B
Ruby
19 lines
397 B
Ruby
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
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
|