Class: ListAST
Overview
The node to represent a list
Instance Attribute Summary collapse
-
#list_type ⇒ Object
Currently recognized types: :Bulleted, :Numbered.
Attributes inherited from AST
#children, #contents, #index, #length, #parent
Method Summary
Methods inherited from AST
Constructor Details
This class inherits a constructor from AST
Instance Attribute Details
#list_type ⇒ Object
Currently recognized types: :Bulleted, :Numbered
97 98 99 |
# File 'lib/mediacloth/mediawikiast.rb', line 97 def list_type @list_type end |