Class: InternalLinkAST
Overview
The node to represent a Mediawiki internal link
Instance Attribute Summary collapse
-
#locator ⇒ Object
Holds the link locator, which is composed of a resource name only (e.g. the name of a wiki page).
Attributes inherited from AST
Method Summary
Methods inherited from AST
Constructor Details
This class inherits a constructor from AST
Instance Attribute Details
#locator ⇒ Object
Holds the link locator, which is composed of a resource name only (e.g. the name of a wiki page)
45 46 47 |
# File 'lib/mediacloth/mediawikiast.rb', line 45 def locator @locator end |