Module: Hubspot

Defined in:
lib/hubspot-ruby.rb,
lib/hubspot/blog.rb,
lib/hubspot/deal.rb,
lib/hubspot/file.rb,
lib/hubspot/form.rb,
lib/hubspot/oauth.rb,
lib/hubspot/owner.rb,
lib/hubspot/topic.rb,
lib/hubspot/utils.rb,
lib/hubspot/config.rb,
lib/hubspot/company.rb,
lib/hubspot/contact.rb,
lib/hubspot/railtie.rb,
lib/hubspot/connection.rb,
lib/hubspot/deprecator.rb,
lib/hubspot/engagement.rb,
lib/hubspot/exceptions.rb,
lib/hubspot/properties.rb,
lib/hubspot/contact_list.rb,
lib/hubspot/subscription.rb,
lib/hubspot/deal_pipeline.rb,
lib/hubspot/deal_properties.rb,
lib/hubspot/company_properties.rb,
lib/hubspot/contact_properties.rb

Defined Under Namespace

Classes: ApiError, Blog, BlogPost, Company, CompanyProperties, Config, ConfigurationError, Connection, Contact, ContactExistsError, ContactList, ContactProperties, Deal, DealPipeline, DealProperties, Deprecator, Engagement, EngagementCall, EngagementNote, File, FilesConnection, Form, FormsConnection, InvalidParams, MissingInterpolation, OAuth, Owner, Properties, Railtie, RequestError, Subscription, Topic, Utils

Class Method Summary collapse

Class Method Details

.configure(config = {}) ⇒ Object



27
28
29
# File 'lib/hubspot-ruby.rb', line 27

def self.configure(config={})
  Hubspot::Config.configure(config)
end