module Crunchbase

CB v4

Root Crunchbase

Constants

API_VERSION
BASE_URI
VERSION

Public Class Methods

config() { |instance| ... } click to toggle source
# File lib/crunchbase/config.rb, line 13
def self.config
  yield Config.instance if block_given?

  Config.instance
end