15 lines
224 B
Ruby
15 lines
224 B
Ruby
|
class Sequencer
|
||
|
class Unit
|
||
|
module Import
|
||
|
module Freshdesk
|
||
|
class IdMap < Sequencer::Unit::Common::Provider::Named
|
||
|
|
||
|
def id_map
|
||
|
{}
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|
||
|
end
|