Class: TableRowAST
Overview
The node to represent a table
Instance Attribute Summary collapse
-
#options ⇒ Object
Returns the value of attribute options.
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
#options ⇒ Object
Returns the value of attribute options.
84 85 86 |
# File 'lib/mediacloth/mediawikiast.rb', line 84 def @options end |