Class: Crunchbase::Model::Video
- Defined in:
- lib/crunchbase/model/video.rb
Constant Summary collapse
- RESOURCE_LIST =
'videos'
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#service_name ⇒ Object
readonly
Returns the value of attribute service_name.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Attributes inherited from Entity
Instance Method Summary collapse
Methods inherited from Entity
array_from_list, #fetch, funding_rounds_lists, get, #initialize, 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_at ⇒ Object (readonly)
Returns the value of attribute created_at.
8 9 10 |
# File 'lib/crunchbase/model/video.rb', line 8 def created_at @created_at end |
#service_name ⇒ Object (readonly)
Returns the value of attribute service_name.
8 9 10 |
# File 'lib/crunchbase/model/video.rb', line 8 def service_name @service_name end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
8 9 10 |
# File 'lib/crunchbase/model/video.rb', line 8 def title @title end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
8 9 10 |
# File 'lib/crunchbase/model/video.rb', line 8 def updated_at @updated_at end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
8 9 10 |
# File 'lib/crunchbase/model/video.rb', line 8 def url @url end |
Instance Method Details
#property_keys ⇒ Object
10 11 12 13 14 |
# File 'lib/crunchbase/model/video.rb', line 10 def property_keys %w[ title service_name url created_at updated_at ] end |