Class: CategoryLinkAST
Overview
The node to represent a Mediawiki category link
Instance Attribute Summary collapse
-
#locator ⇒ Object
Holds the category locator, which is composed of a category name only (e.g. the name of the category).
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
#locator ⇒ Object
Holds the category locator, which is composed of a category name only (e.g. the name of the category)
61 62 63 |
# File 'lib/mediacloth/mediawikiast.rb', line 61 def locator @locator end |