Module: Hubspot

Defined in:
lib/hubspot/blog.rb,
lib/hubspot/deal.rb,
lib/hubspot/file.rb,
lib/hubspot/form.rb,
lib/hubspot/event.rb,
lib/hubspot/oauth.rb,
lib/hubspot/owner.rb,
lib/hubspot/topic.rb,
lib/hubspot/utils.rb,
lib/hubspot/config.rb,
lib/hubspot/meeting.rb,
lib/hubspot/railtie.rb,
lib/hubspot-api-ruby.rb,
lib/hubspot/resource.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/custom_event.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, Association, Blog, BlogPost, Collection, Company, CompanyProperties, Config, ConfigurationError, Connection, Contact, ContactExistsError, ContactList, ContactProperties, CustomEvent, CustomEventConnection, Deal, DealPipeline, DealProperties, Deprecator, Engagement, EngagementCall, EngagementNote, Event, EventConnection, File, Form, FormsConnection, InvalidParams, Meeting, MissingInterpolation, NotFoundError, OAuth, Owner, PagedCollection, Properties, Railtie, RequestError, Resource, Subscription, Topic, Utils

Class Method Summary collapse

Class Method Details

.configure(config = {}) ⇒ Object



34
35
36
# File 'lib/hubspot-api-ruby.rb', line 34

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