19 lines
413 B
Ruby
19 lines
413 B
Ruby
|
class Sequencer
|
||
|
class Sequence
|
||
|
module Import
|
||
|
module Zendesk
|
||
|
class OrganizationField < Sequencer::Sequence::Base
|
||
|
|
||
|
def self.sequence
|
||
|
[
|
||
|
'Common::ModelClass::Organization',
|
||
|
'Import::Zendesk::ObjectAttribute::SanitizedName',
|
||
|
'Import::Zendesk::ObjectAttribute::Add',
|
||
|
]
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|