Sha256: 53576c0d49cd7bd79138fb96bc60b5490d5debce709c5896fc7e7eab4621e65a

Contents?: true

Size: 687 Bytes

Versions: 56

Compression:

Stored size: 687 Bytes

Contents

# TODO
# This file is provided as an example and should be removed
# See README for explanation
# class Entities::SubEntities::ContactMapper
#   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('address_work/billing/line1'), to('MailingStreet')
#   map from('address_work/billing/city'), to('MailingCity')
#   map from('address_work/billing/region'), to('MailingState')
#   map from('address_work/billing/postal_code'), to('MailingPostalCode')
#   map from('address_work/billing/country'), to('MailingCountry')
# end

Version data entries

56 entries across 56 versions & 1 rubygems

Version Path
maestrano-connector-rails-0.4.1 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.4.0 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.13 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.12 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.11 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.10 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.9 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.8 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.7 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.6 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.5 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.4 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.3 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.2 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.1 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.3.0 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.2.20 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.2.19 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.2.18 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb
maestrano-connector-rails-0.2.17 lib/generators/connector/templates/complex_entity_example/contact_mapper.rb