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
Asset packer, middleware and helpers @homepage: github.com/fugroup/asset @author: Vidar <[email protected]>, Fugroup Ltd. @license: MIT, contributions are welcome.
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.
-
.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.
Class Attribute Details
.bundle ⇒ Object
Returns the value of attribute bundle.
11 12 13 |
# File 'lib/asset.rb', line 11 def bundle @bundle end |
.cache ⇒ Object
Returns the value of attribute cache.
11 12 13 |
# File 'lib/asset.rb', line 11 def cache @cache end |
.debug ⇒ Object
Returns the value of attribute debug.
11 12 13 |
# File 'lib/asset.rb', line 11 def debug @debug end |
.favicon ⇒ Object
Returns the value of attribute favicon.
11 12 13 |
# File 'lib/asset.rb', line 11 def favicon @favicon end |
.images ⇒ Object
Returns the value of attribute images.
11 12 13 |
# File 'lib/asset.rb', line 11 def images @images end |
.manifest ⇒ Object
Returns the value of attribute manifest.
11 12 13 |
# File 'lib/asset.rb', line 11 def manifest @manifest end |
.mode ⇒ Object
Returns the value of attribute mode.
11 12 13 |
# File 'lib/asset.rb', line 11 def mode @mode end |
.path ⇒ Object
Returns the value of attribute path.
11 12 13 |
# File 'lib/asset.rb', line 11 def path @path end |
.robots ⇒ Object
Returns the value of attribute robots.
11 12 13 |
# File 'lib/asset.rb', line 11 def robots @robots end |