Skip to content
Lachlan Campbell edited this page Nov 12, 2015 · 3 revisions

Creating a Person/Contact

p = Highrise::Person.new(name: 'Test User', contact_data: { email_addresses: [ { address: 'test@example.com', location: 'Work' } ] })
p.save

thanks to @moxie from #41;

Clone this wiki locally