class Crunchbase::Model::Category

Constants

RESOURCE_LIST

Attributes

created_at[R]
name[R]
organizations_in_category[R]
products_in_category[R]
updated_at[R]
web_path[R]

Public Instance Methods

property_keys() click to toggle source
# File lib/crunchbase/model/category.rb, line 9
def property_keys
  %w(
    web_path name organizations_in_category products_in_category created_at updated_at
  )
end