Class: TableCellAST

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

Overview

The node to represent a table

Instance Attribute Summary collapse

Attributes inherited from AST

#children, #contents, #parent

Method Summary

Methods inherited from AST

#initialize

Constructor Details

This class inherits a constructor from AST

Instance Attribute Details

#typeObject

the type of cell, :head or :body



74
75
76
# File 'lib/mediacloth/mediawikiast.rb', line 74

def type
  @type
end