class Crunchbase::Models::Ipo
Get the person data from API
Constants
- RESOURCE_LIST
Public Instance Methods
basis_fields()
click to toggle source
# File lib/crunchbase/models/ipo.rb, line 25 def basis_fields %w[ uuid permalink identifier amount_raised share_price stock_symbol valuation delisted_on went_public_on short_description ] end
field_ids()
click to toggle source
# File lib/crunchbase/models/ipo.rb, line 10 def field_ids %w[ created_at entity_def_id image_id rank rank_ipo shares_outstanding shares_sold stock_exchange_symbol stock_full_symbol updated_at ] + basis_fields end
full_cards()
click to toggle source
# File lib/crunchbase/models/ipo.rb, line 40 def full_cards %w[ organization press_references ] end