class Crunchbase::Models::Category

Get the person data from API

Constants

RESOURCE_LIST

Public Instance Methods

basis_fields() click to toggle source
# File lib/crunchbase/models/category.rb, line 15
def basis_fields
  %w[
  ]
end
field_ids() click to toggle source
# File lib/crunchbase/models/category.rb, line 10
def field_ids
  %w[
  ] + basis_fields
end
full_cards() click to toggle source
# File lib/crunchbase/models/category.rb, line 20
def full_cards
  %w[
  ]
end