Class: SM::ListBase

Inherits:
Paragraph show all
Defined in:
lib/rdoc/markup/simple_markup/fragments.rb

Overview

A List is a fragment with some kind of label

Direct Known Subclasses

ListEnd, ListItem, ListStart

Constant Summary collapse

BULLET =

List types

:BULLET
NUMBER =
:NUMBER
UPPERALPHA =
:UPPERALPHA
LOWERALPHA =
:LOWERALPHA
LABELED =
:LABELED
NOTE =
:NOTE

Constants inherited from Fragment

Fragment::TYPE_MAP

Instance Attribute Summary

Attributes inherited from Fragment

#level, #param, #txt, #type

Method Summary

Methods inherited from Fragment

#add_text, for, #initialize, #to_s, type_name

Constructor Details

This class inherits a constructor from SM::Fragment