module HubSpot::Contact

Public Instance Methods

create_or_update(properties) click to toggle source
# File lib/hub_spot/contact.rb, line 7
def create_or_update(properties)
  HubSpot::HTTPApiCalls::Contact::CreateOrUpdate.new(properties).response
end