Module: Asset
- Defined in:
- lib/asset.rb,
lib/assets/item.rb,
lib/assets/util.rb,
lib/assets/router.rb,
lib/assets/filters.rb,
lib/assets/helpers.rb
Overview
Naming convenience for use with Liquid templates Usage: Liquid::Template.register_filter(::Asset::Filters)
Defined Under Namespace
Modules: Filters, Helpers Classes: Item, Router, Util
Class Attribute Summary collapse
-
.bundle ⇒ Object
Returns the value of attribute bundle.
-
.cache ⇒ Object
Returns the value of attribute cache.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.favicon ⇒ Object
Returns the value of attribute favicon.
-
.images ⇒ Object
Returns the value of attribute images.
-
.listener ⇒ Object
Returns the value of attribute listener.
-
.manifest ⇒ Object
Returns the value of attribute manifest.
-
.mode ⇒ Object
Returns the value of attribute mode.
-
.path ⇒ Object
Returns the value of attribute path.
-
.robots ⇒ Object
Returns the value of attribute robots.
-
.symlinks ⇒ Object
Returns the value of attribute symlinks.
Class Attribute Details
.bundle ⇒ Object
Returns the value of attribute bundle.
14 15 16 |
# File 'lib/asset.rb', line 14 def bundle @bundle end |
.cache ⇒ Object
Returns the value of attribute cache.
14 15 16 |
# File 'lib/asset.rb', line 14 def cache @cache end |
.debug ⇒ Object
Returns the value of attribute debug.
14 15 16 |
# File 'lib/asset.rb', line 14 def debug @debug end |
.favicon ⇒ Object
Returns the value of attribute favicon.
14 15 16 |
# File 'lib/asset.rb', line 14 def favicon @favicon end |
.images ⇒ Object
Returns the value of attribute images.
14 15 16 |
# File 'lib/asset.rb', line 14 def images @images end |
.listener ⇒ Object
Returns the value of attribute listener.
14 15 16 |
# File 'lib/asset.rb', line 14 def listener @listener end |
.manifest ⇒ Object
Returns the value of attribute manifest.
14 15 16 |
# File 'lib/asset.rb', line 14 def manifest @manifest end |
.mode ⇒ Object
Returns the value of attribute mode.
14 15 16 |
# File 'lib/asset.rb', line 14 def mode @mode end |
.path ⇒ Object
Returns the value of attribute path.
14 15 16 |
# File 'lib/asset.rb', line 14 def path @path end |
.robots ⇒ Object
Returns the value of attribute robots.
14 15 16 |
# File 'lib/asset.rb', line 14 def robots @robots end |
.symlinks ⇒ Object
Returns the value of attribute symlinks.
14 15 16 |
# File 'lib/asset.rb', line 14 def symlinks @symlinks end |