Module: HubSpot::Contact

Defined in:
lib/hub_spot/contact.rb

Class Method Summary collapse

Class Method Details

.create_or_update(properties) ⇒ Object



7
8
9
# File 'lib/hub_spot/contact.rb', line 7

def create_or_update(properties)
  HubSpot::HTTPApiCalls::Contact::CreateOrUpdate.new(properties).response
end