2018-05-31 18:06:28 +02:00
|
|
|
module BizDev
|
2019-08-28 11:37:41 +02:00
|
|
|
NAME = "Équipe DS"
|
|
|
|
PIPEDRIVE_ID = 6019737
|
2018-05-31 18:06:28 +02:00
|
|
|
|
2018-06-06 16:07:29 +02:00
|
|
|
def self.full_name(administration_id)
|
2019-08-28 11:37:41 +02:00
|
|
|
NAME
|
2018-05-31 18:06:28 +02:00
|
|
|
end
|
|
|
|
|
2018-06-06 16:07:29 +02:00
|
|
|
def self.pipedrive_id(administration_id)
|
2019-08-28 11:37:41 +02:00
|
|
|
PIPEDRIVE_ID
|
2018-05-31 18:06:28 +02:00
|
|
|
end
|
|
|
|
end
|