Sha256: 1699baaf7898f12234de8d3a0aeda06b136f57bf822426d3110837e2019ff880
Contents?: true
Size: 500 Bytes
Versions: 23
Compression:
Stored size: 500 Bytes
Contents
# TODO # This file is provided as an example and should be removed # See README for explanation # class Entities::SubEntities::LeadMapper # extend HashMapper # map from('title'), to('Salutation') # map from('first_name'), to('FirstName') # map from('last_name'), to('LastName'), default: 'Undefined' # map from('job_title'), to('Title') # map from('lead_source'), to('LeadSource') # map from('lead_status'), to('Status') # map from('lead_conversion_date'), to('ConvertedDate') # end
Version data entries
23 entries across 23 versions & 1 rubygems