class Crunchbase::Ipo
Constants
- RESOURCE_FIND
Attributes
canonical_currency_code[R]
created_at[R]
funded_company[R]
money_raised[R]
money_raised_currency_code[R]
name[R]
opening_valuation[R]
opening_valuation_currency_code[R]
permalink[R]
stock_exchange_symbol[R]
stock_symbol[R]
updated_at[R]
went_public_on[R]
Public Class Methods
get(uuid)
click to toggle source
# File lib/crunchbase-api/ipo.rb, line 24 def self.get(uuid) self.fetch_one uuid end
Private Instance Methods
date_keys()
click to toggle source
# File lib/crunchbase-api/ipo.rb, line 38 def date_keys %w[went_public_on] end
property_keys()
click to toggle source
# File lib/crunchbase-api/ipo.rb, line 30 def property_keys %w[ name permalink opening_share_price opening_share_price_currency_code stock_symbol stock_exchange_symbol went_public_on canonical_currency_code money_raised money_raised_currency_code opening_valuation opening_valuation_currency_code created_at updated_at ] end
relationships()
click to toggle source
# File lib/crunchbase-api/ipo.rb, line 42 def relationships %w[funded_company] end