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 video.
-
#thumbnail_url ⇒ String
The URL of the thumbnail of the video.
Attributes inherited from Item
#collection, #collection_id, #metadata, #name, #position
Attributes inherited from Generic::Model
#created_at, #id, #updated_at, #url, #url_html
Method Summary
Methods inherited from Generic::Model
#deep_dup, #dig, #reload, #rollback, #save
Instance Attribute Details
#data_url ⇒ String
Returns the URL of the video.
289 |
# File 'lib/lws/apps/resource.rb', line 289 attribute :data_url |
#thumbnail_url ⇒ String
Returns the URL of the thumbnail of the video.
293 |
# File 'lib/lws/apps/resource.rb', line 293 attribute :thumbnail_url |