Class: Lilac::CLI::TemplateAST::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/lilac/cli/build/template_ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#directivesObject

Returns the value of attribute directives

Returns:

  • (Object)

    the current value of directives



35
36
37
# File 'lib/lilac/cli/build/template_ast.rb', line 35

def directives
  @directives
end

#htmlObject

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



35
36
37
# File 'lib/lilac/cli/build/template_ast.rb', line 35

def html
  @html
end

#refs_mapObject

Returns the value of attribute refs_map

Returns:

  • (Object)

    the current value of refs_map



35
36
37
# File 'lib/lilac/cli/build/template_ast.rb', line 35

def refs_map
  @refs_map
end