class Crunchbase::Model::Video

Constants

RESOURCE_LIST

Attributes

created_at[R]
service_name[R]
title[R]
updated_at[R]
url[R]

Public Instance Methods

property_keys() click to toggle source
# File lib/crunchbase/model/video.rb, line 9
def property_keys
  %w(
    title service_name url created_at updated_at
  )
end