class Crunchbase::Models::PressReference

Get the person data from API

Constants

RESOURCE_LIST

Public Instance Methods

basis_fields() click to toggle source
# File lib/crunchbase/models/press_reference.rb, line 21
def basis_fields
  %w[
    uuid
    url
    title
    author
    posted_on
    publisher
  ]
end
field_ids() click to toggle source
# File lib/crunchbase/models/press_reference.rb, line 10
def field_ids
  %w[
    activity_entities
    created_at
    entity_def_id
    identifier
    thumbnail_url
    updated_at
  ] + basis_fields
end
full_cards() click to toggle source
# File lib/crunchbase/models/press_reference.rb, line 32
def full_cards
  %w[]
end