Class: Laze::Asset
Overview
:nodoc:
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Item
#content, #parent, #properties
Instance Method Summary collapse
Methods inherited from Item
#ancestors, #has?, #initialize, #inspect, #number_of_subitems, #to_s
Constructor Details
This class inherits a constructor from Laze::Item
Instance Method Details
#filename ⇒ Object
3 4 5 |
# File 'lib/laze/asset.rb', line 3 def filename properties[:filename] end |