trabajo-afectivo/lib/sequencer/sequence/exchange/folder/attributes.rb

18 lines
321 B
Ruby
Raw Normal View History

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