Sha256: 05cc7c39f8f6ff30b30d02ed96eb9915d3db982fea37c07c17564472ef2ae5fd
Contents?: true
Size: 653 Bytes
Versions: 47
Compression:
Stored size: 653 Bytes
Contents
# TODO # This file is provided as an example and should be removed # One such file needs to be created for each synchronizable entity, # with its associated mapper # class Entities::ExampleEntity < Maestrano::Connector::Rails::Entity # def connec_entity_name # 'ExampleEntity' # end # def external_entity_name # 'Contact' # end # def mapper_class # ExampleEntityMapper # end # end # class ExampleEntityMapper < Maestrano::Connector::Rails::GenericMapper # extend HashMapper # map from('/title'), to('/Salutation') # map from('/first_name'), to('/FirstName') # map from('address_work/billing2/city'), to('City') # end
Version data entries
47 entries across 47 versions & 1 rubygems