Class: Laze::Asset

Inherits:
Item
  • Object
show all
Defined in:
lib/laze/asset.rb

Overview

:nodoc:

Direct Known Subclasses

Javascript, Stylesheet

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

#filenameObject



3
4
5
# File 'lib/laze/asset.rb', line 3

def filename
  properties[:filename]
end