class RelateIQ::Contact
Public Class Methods
create(attributes)
click to toggle source
# File lib/relate_iq/contact.rb, line 3 def self.create(attributes) self.new(RelateIQ.post('contacts', attributes)) end
# File lib/relate_iq/contact.rb, line 3 def self.create(attributes) self.new(RelateIQ.post('contacts', attributes)) end