Module: Crunchbase
- Defined in:
- lib/crunchbase.rb,
lib/crunchbase/i_p_o.rb,
lib/crunchbase/person.rb,
lib/crunchbase/product.rb,
lib/crunchbase/version.rb,
lib/crunchbase/category.rb,
lib/crunchbase/location.rb,
lib/crunchbase/fund_raise.rb,
lib/crunchbase/acquisition.rb,
lib/crunchbase/organization.rb,
lib/crunchbase/funding_round.rb
Defined Under Namespace
Classes: Acquisition, Category, FundRaise, FundingRound, IPO, Location, Organization, Person, Product
Constant Summary collapse
- CONFIG =
Hashie::Mash.new({ host: "https://api.crunchbase.com", api_version_prefix: "v/2", user_key: nil })
- VERSION =
"0.0.2"
Class Method Summary collapse
Class Method Details
.config ⇒ Object
23 24 25 |
# File 'lib/crunchbase.rb', line 23 def self.config CONFIG end |