Class: Lilac::CLI::TemplateASTCache::RenderedTemplate
- Inherits:
-
Struct
- Object
- Struct
- Lilac::CLI::TemplateASTCache::RenderedTemplate
- Defined in:
- lib/lilac/cli/build/template_ast_cache.rb
Overview
A user-defined named template (from <template data-template="...">
in .lil source) ready to be injected as <template data-template="X"> into the page.
Instance Attribute Summary collapse
-
#html ⇒ Object
Returns the value of attribute html.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#html ⇒ Object
Returns the value of attribute html
20 21 22 |
# File 'lib/lilac/cli/build/template_ast_cache.rb', line 20 def html @html end |
#name ⇒ Object
Returns the value of attribute name
20 21 22 |
# File 'lib/lilac/cli/build/template_ast_cache.rb', line 20 def name @name end |