Class: AssetDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- AssetDrop
- Defined in:
- app/drops/asset_drop.rb
Overview
AssetDrop represents media files from the media library.
Instance Method Summary collapse
- #alt_text ⇒ Object
- #dimensions ⇒ String
- #downloadable? ⇒ Boolean
- #downloadable_versions ⇒ Array<AssetDownloadableVersionDrop>
- #downloadable_versions_count ⇒ Integer
- #duration_seconds ⇒ Integer
- #embed_url ⇒ String
- #height ⇒ Integer
- #id ⇒ Integer
-
#main_downloadable_url ⇒ String
Returns the download url of the main downloadable version or itself if it does not have downloadable versions.
- #media? ⇒ Boolean
- #media_type ⇒ String
- #pdf? ⇒ Boolean
- #title ⇒ String
- #url ⇒ String
- #video? ⇒ Boolean
- #width ⇒ Integer
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#alt_text ⇒ Object
#dimensions ⇒ String
#downloadable? ⇒ Boolean
#downloadable_versions ⇒ Array<AssetDownloadableVersionDrop>
#downloadable_versions_count ⇒ Integer
#duration_seconds ⇒ Integer
#embed_url ⇒ String
#height ⇒ Integer
#id ⇒ Integer
#main_downloadable_url ⇒ String
Returns the download url of the main downloadable version or itself if it does not have downloadable versions