Class: Faml::Ast::Doctype
- Inherits:
-
Struct
- Object
- Struct
- Faml::Ast::Doctype
- Defined in:
- lib/faml/ast.rb
Instance Attribute Summary collapse
-
#doctype ⇒ Object
Returns the value of attribute doctype.
-
#filename ⇒ Object
Returns the value of attribute filename.
-
#lineno ⇒ Object
Returns the value of attribute lineno.
Instance Attribute Details
#doctype ⇒ Object
Returns the value of attribute doctype
18 19 20 |
# File 'lib/faml/ast.rb', line 18 def doctype @doctype end |
#filename ⇒ Object
Returns the value of attribute filename
18 19 20 |
# File 'lib/faml/ast.rb', line 18 def filename @filename end |
#lineno ⇒ Object
Returns the value of attribute lineno
18 19 20 |
# File 'lib/faml/ast.rb', line 18 def lineno @lineno end |