Class: Crunchbase::Model::Video

Inherits:
Entity
  • Object
show all
Defined in:
lib/crunchbase/model/video.rb

Constant Summary collapse

RESOURCE_LIST =
'videos'.freeze

Instance Attribute Summary collapse

Attributes inherited from Entity

#type_name, #uuid

Instance Method Summary collapse

Methods inherited from Entity

#convert_date!, #date_keys, #fetch, #initialize, #instance_multi_relationship_objects, #instance_relationships_object, #instance_timestamps, #one_to_many, #one_to_one, #parse_hash_items, #relationship_lists, #set_relationships_object, #set_variables, #setup_relationships_data!, #special_relationship, #verify_item?

Methods included from Request::Client

#api, #array_from_list, #funding_rounds_lists, #get, #kclass_name, #list, #organization_lists, #parsing_from_list, #person_lists, #total_items_from_list

Constructor Details

This class inherits a constructor from Crunchbase::Model::Entity

Instance Attribute Details

#created_atObject (readonly)

Returns the value of attribute created_at.



7
8
9
# File 'lib/crunchbase/model/video.rb', line 7

def created_at
  @created_at
end

#service_nameObject (readonly)

Returns the value of attribute service_name.



7
8
9
# File 'lib/crunchbase/model/video.rb', line 7

def service_name
  @service_name
end

#titleObject (readonly)

Returns the value of attribute title.



7
8
9
# File 'lib/crunchbase/model/video.rb', line 7

def title
  @title
end

#updated_atObject (readonly)

Returns the value of attribute updated_at.



7
8
9
# File 'lib/crunchbase/model/video.rb', line 7

def updated_at
  @updated_at
end

#urlObject (readonly)

Returns the value of attribute url.



7
8
9
# File 'lib/crunchbase/model/video.rb', line 7

def url
  @url
end

Instance Method Details

#property_keysObject



9
10
11
12
13
# File 'lib/crunchbase/model/video.rb', line 9

def property_keys
  %w(
    title service_name url created_at updated_at
  )
end