class Crunchbase::Model::New

Constants

RESOURCE_LIST

Attributes

author[R]
created_at[R]
posted_on[R]
posted_on_trust_code[R]
title[R]
type[R]
updated_at[R]
url[R]

Public Instance Methods

date_keys() click to toggle source
# File lib/crunchbase/model/new.rb, line 15
def date_keys
  %w(posted_on)
end
property_keys() click to toggle source
# File lib/crunchbase/model/new.rb, line 9
def property_keys
  %w(
    title author posted_on posted_on_trust_code url created_at updated_at type
  )
end