class Crunchbase::Models::Fund

Get the Fund data from API

Constants

RESOURCE_LIST

Public Instance Methods

basis_fields() click to toggle source
# File lib/crunchbase/models/fund.rb, line 24
def basis_fields
  %w[
    uuid
    name
    announced_on
    money_raised
    permalink
  ]
end
field_ids() click to toggle source
# File lib/crunchbase/models/fund.rb, line 10
def field_ids
  %w[
    created_at
    entity_def_id
    image_id
    investor_identifiers
    num_investors
    owner_identifier
    short_description
    started_on
    updated_at
  ] + basis_fields
end
full_cards() click to toggle source
# File lib/crunchbase/models/fund.rb, line 34
def full_cards
  %w[
    investors
    owner
    press_references
  ]
end