Class: Faml::Ast::HamlComment

Inherits:
Struct
  • Object
show all
Includes:
HasChildren
Defined in:
lib/faml/ast.rb

Instance Attribute Summary collapse

Method Summary

Methods included from HasChildren

#<<, #initialize

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



93
94
95
# File 'lib/faml/ast.rb', line 93

def children
  @children
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



93
94
95
# File 'lib/faml/ast.rb', line 93

def filename
  @filename
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



93
94
95
# File 'lib/faml/ast.rb', line 93

def lineno
  @lineno
end