2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2018-01-08 15:29:34 +00:00
|
|
|
class Sequencer
|
|
|
|
class Unit
|
|
|
|
module Import
|
|
|
|
module Zendesk
|
|
|
|
module Ticket
|
|
|
|
module Comment
|
|
|
|
class From < Sequencer::Unit::Import::Zendesk::Ticket::Comment::SourceBased
|
|
|
|
|
|
|
|
private
|
|
|
|
|
|
|
|
def email
|
|
|
|
resource.via.source.from.address
|
|
|
|
end
|
|
|
|
|
|
|
|
def facebook
|
|
|
|
resource.via.source.from.facebook_id
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|