class Crunchbase::Model::Image
Constants
- RESOURCE_LIST
Attributes
asset_path[R]
asset_url[R]
content_type[R]
created_at[R]
filesize[R]
height[R]
updated_at[R]
width[R]
Public Instance Methods
property_keys()
click to toggle source
# File lib/crunchbase/model/image.rb, line 9 def property_keys %w( asset_url asset_path content_type height width filesize created_at updated_at ) end