Module: Rubspot

Defined in:
lib/rubspot.rb,
lib/rubspot/version.rb,
lib/rubspot/models/base.rb,
lib/rubspot/models/deal.rb,
lib/rubspot/models/contact.rb,
lib/rubspot/representers/deal_representation.rb,
lib/rubspot/representers/contact_representation.rb

Defined Under Namespace

Classes: Base, Contact, ContactRepresentation, Deal, DealRepresentation

Constant Summary collapse

API_KEY =
ENV["HUBSPOT_API_KEY"]
PORTAL_ID =
ENV["HUBSPOT_PORTAL_ID"]
VERSION =
"0.0.1"