class Crunchbase::Models::CategoryGroup

Get the person data from API

Constants

RESOURCE_LIST

Public Instance Methods

basis_fields() click to toggle source
# File lib/crunchbase/models/category_group.rb, line 21
def basis_fields
  %w[
    uuid
    name
  ]
end
field_ids() click to toggle source
# File lib/crunchbase/models/category_group.rb, line 10
def field_ids
  %w[
    categories
    created_at
    entity_def_id
    identifier
    rank
    updated_at
  ] + basis_fields
end
full_cards() click to toggle source
# File lib/crunchbase/models/category_group.rb, line 28
def full_cards
  %w[]
end