Class: TableCellAST
Overview
The node to represent a table
Instance Attribute Summary collapse
-
#type ⇒ Object
the type of cell, :head or :body.
Attributes inherited from AST
Method Summary
Methods inherited from AST
Constructor Details
This class inherits a constructor from AST
Instance Attribute Details
#type ⇒ Object
the type of cell, :head or :body
74 75 76 |
# File 'lib/mediacloth/mediawikiast.rb', line 74 def type @type end |