class Crunchbase::Models::Investment

Get the person data from API

Constants

RESOURCE_LIST

Public Instance Methods

basis_fields() click to toggle source
# File lib/crunchbase/models/investment.rb, line 22
def basis_fields
  %w[
    uuid
    name
    permalink
    money_invested
    investor_stage
    investor_type
    funding_round_money_raised
    organization_identifier
    partner_identifiers
    announced_on
  ]
end
field_ids() click to toggle source
# File lib/crunchbase/models/investment.rb, line 10
def field_ids
  %w[
    created_at
    entity_def_id
    identifier
    investor_identifier
    is_lead_investor
    funding_round_identifier
    updated_at
  ] + basis_fields
end
full_cards() click to toggle source
# File lib/crunchbase/models/investment.rb, line 37
def full_cards
  %w[
    investor
    organization
    funding_round
    partner
  ]
end