class Crunchbase::Model::ProductSummary
Attributes
api_path[R]
created_at[R]
facebook_url[R]
homepage_url[R]
linkedin_url[R]
name[R]
owner_api_path[R]
owner_name[R]
owner_permalink[R]
owner_web_path[R]
permalink[R]
profile_image_url[R]
short_description[R]
twitter_url[R]
updated_at[R]
web_path[R]
Public Instance Methods
property_keys()
click to toggle source
# File lib/crunchbase/model/product_summary.rb, line 10 def property_keys %w( permalink api_path web_path name short_description owner_permalink owner_api_path owner_web_path owner_name profile_image_url homepage_url facebook_url twitter_url linkedin_url created_at updated_at ) end