Class: Faml::Ast::Doctype

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

Instance Attribute Summary collapse

Instance Attribute Details

#doctypeObject

Returns the value of attribute doctype

Returns:

  • (Object)

    the current value of doctype



18
19
20
# File 'lib/faml/ast.rb', line 18

def doctype
  @doctype
end

#filenameObject

Returns the value of attribute filename

Returns:

  • (Object)

    the current value of filename



18
19
20
# File 'lib/faml/ast.rb', line 18

def filename
  @filename
end

#linenoObject

Returns the value of attribute lineno

Returns:

  • (Object)

    the current value of lineno



18
19
20
# File 'lib/faml/ast.rb', line 18

def lineno
  @lineno
end