Class: LinkAST
Overview
The node to represent a simple Mediawiki link.
Instance Attribute Summary collapse
-
#link_type ⇒ Object
Returns the value of attribute link_type.
-
#url ⇒ Object
The link’s URL.
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
#link_type ⇒ Object
Returns the value of attribute link_type.
47 48 49 |
# File 'lib/mediacloth/mediawikiast.rb', line 47 def link_type @link_type end |
#url ⇒ Object
The link’s URL
46 47 48 |
# File 'lib/mediacloth/mediawikiast.rb', line 46 def url @url end |