Module: Asset
- Defined in:
- lib/asset.rb,
lib/assets/item.rb,
lib/assets/util.rb,
lib/assets/router.rb,
lib/assets/helpers.rb
Defined Under Namespace
Modules: Helpers Classes: Item, Router, Util
Class Attribute Summary collapse
-
.cache ⇒ Object
Returns the value of attribute cache.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.manifest ⇒ Object
Returns the value of attribute manifest.
-
.mode ⇒ Object
Returns the value of attribute mode.
-
.path ⇒ Object
Returns the value of attribute path.
Class Attribute Details
.cache ⇒ Object
Returns the value of attribute cache.
12 13 14 |
# File 'lib/asset.rb', line 12 def cache @cache end |
.debug ⇒ Object
Returns the value of attribute debug.
12 13 14 |
# File 'lib/asset.rb', line 12 def debug @debug end |
.manifest ⇒ Object
Returns the value of attribute manifest.
12 13 14 |
# File 'lib/asset.rb', line 12 def manifest @manifest end |
.mode ⇒ Object
Returns the value of attribute mode.
12 13 14 |
# File 'lib/asset.rb', line 12 def mode @mode end |
.path ⇒ Object
Returns the value of attribute path.
12 13 14 |
# File 'lib/asset.rb', line 12 def path @path end |