Class: LinkAST
Overview
The node to represent a simple Mediawiki link.
Instance Attribute Summary collapse
-
#url ⇒ Object
The link’s URL.
Attributes inherited from AST
Method Summary
Methods inherited from AST
Constructor Details
This class inherits a constructor from AST
Instance Attribute Details
#url ⇒ Object
The link’s URL
38 39 40 |
# File 'lib/mediacloth/mediawikiast.rb', line 38 def url @url end |