Class: Lilac::CLI::TemplateAST::Result
- Inherits:
-
Struct
- Object
- Struct
- Lilac::CLI::TemplateAST::Result
- Defined in:
- lib/lilac/cli/build/template_ast.rb
Instance Attribute Summary collapse
-
#directives ⇒ Object
Returns the value of attribute directives.
-
#html ⇒ Object
Returns the value of attribute html.
-
#refs_map ⇒ Object
Returns the value of attribute refs_map.
Instance Attribute Details
#directives ⇒ Object
Returns the value of attribute directives
35 36 37 |
# File 'lib/lilac/cli/build/template_ast.rb', line 35 def directives @directives end |
#html ⇒ Object
Returns the value of attribute html
35 36 37 |
# File 'lib/lilac/cli/build/template_ast.rb', line 35 def html @html end |
#refs_map ⇒ Object
Returns the value of attribute refs_map
35 36 37 |
# File 'lib/lilac/cli/build/template_ast.rb', line 35 def refs_map @refs_map end |