Sha256: b045ce97958930452fbe3c65a10b39a2cf098255ffdbabfe879b9e6e6b459a46

Contents?: true

Size: 745 Bytes

Versions: 9

Compression:

Stored size: 745 Bytes

Contents

# TODO
# This file is provided as an example and should be removed
# See README for explanation
# class Entities::SubEntities::Contact < Maestrano::Connector::Rails::SubEntityBase

#   def external?
#     true
#   end

#   def entity_name
#     'contact'
#   end

#   def map_to(name, entity, organization)
#     case name
#     when 'person'
#       Entities::SubEntities::ContactMapper.denormalize(entity)
#     else
#       raise "Impossible mapping from #{self.entity_name} to #{name}"
#     end
#   end

#   def object_name_from_connec_entity_hash(entity)
#     "#{entity['first_name']} #{entity['last_name']}"
#   end

#   def object_name_from_external_entity_hash(entity)
#     "#{entity['FirstName']} #{entity['LastName']}"
#   end
# end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
maestrano-connector-rails-0.2.20 lib/generators/connector/templates/complex_entity_example/contact.rb
maestrano-connector-rails-0.2.19 lib/generators/connector/templates/complex_entity_example/contact.rb
maestrano-connector-rails-0.2.18 lib/generators/connector/templates/complex_entity_example/contact.rb
maestrano-connector-rails-0.2.17 lib/generators/connector/templates/complex_entity_example/contact.rb
maestrano-connector-rails-0.2.16 lib/generators/connector/templates/complex_entity_example/contact.rb
maestrano-connector-rails-0.2.15 lib/generators/connector/templates/complex_entity_example/contact.rb
maestrano-connector-rails-0.2.14 lib/generators/connector/templates/complex_entity_example/contact.rb
maestrano-connector-rails-0.2.13 lib/generators/connector/templates/complex_entity_example/contact.rb
maestrano-connector-rails-0.2.12 lib/generators/connector/templates/complex_entity_example/contact.rb