Class: LWS::Resource::Collection::Video
- Inherits:
-
Item
- Object
- Spyke::Base
- Generic::Model
- Item
- LWS::Resource::Collection::Video
- Defined in:
- lib/lws/apps/resource.rb
Overview
The collection video class
Instance Attribute Summary collapse
-
#data_url ⇒ String
The URL of the thumbnail of the video.
-
#metadata ⇒ Hash
The metadata of the video.
Attributes inherited from Item
#collection, #collection_id, #name
Attributes inherited from Generic::Model
#created_at, #id, #updated_at, #url, #url_html
Method Summary
Methods inherited from Generic::Model
Instance Attribute Details
#data_url ⇒ String
Returns the URL of the thumbnail of the video.
292 |
# File 'lib/lws/apps/resource.rb', line 292 attribute :data_url |
#metadata ⇒ Hash
Returns the metadata of the video.
296 |
# File 'lib/lws/apps/resource.rb', line 296 attribute :metadata |