Class: ListAST

Inherits:
AST
  • Object
show all
Defined in:
lib/mediacloth/mediawikiast.rb

Overview

The node to represent a list

Instance Attribute Summary collapse

Attributes inherited from AST

#children, #contents, #index, #length, #parent

Method Summary

Methods inherited from AST

#initialize

Constructor Details

This class inherits a constructor from AST

Instance Attribute Details

#list_typeObject

Currently recognized types: :Bulleted, :Numbered



97
98
99
# File 'lib/mediacloth/mediawikiast.rb', line 97

def list_type
  @list_type
end