class Crunchbase::Model::Website
Constants
- RESOURCE_LIST
Attributes
created_at[R]
updated_at[R]
url[R]
website_name[R]
website_type[R]
Public Instance Methods
property_keys()
click to toggle source
# File lib/crunchbase/model/website.rb, line 10 def property_keys %w( url website_type website_name created_at updated_at ) end