Sha256: 262b32baaa9a9fc7117d59ccaada83a825aeb8eba418b308b5724a168bfd568e
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
class Contact def name 'Albert' end def last_name 'Einstein' end def company_name 'Princeton University' end def email 'albert.einstein@princeton.edu' end def highrise_context SaasCustomer.new end def highrise_id 112233 end #must be included after required behavior has been added to the Class include HighriseMapper::Person end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
highrise_mapper-0.0.2 | spec/support/contact.rb |