Class: LinkAST

Inherits:
AST
  • Object
show all
Defined in:
lib/mediacloth/mediawikiast.rb

Overview

The node to represent a simple Mediawiki link.

Instance Attribute Summary collapse

Attributes inherited from AST

#children, #contents, #parent

Method Summary

Methods inherited from AST

#initialize

Constructor Details

This class inherits a constructor from AST

Instance Attribute Details

#urlObject

The link’s URL



38
39
40
# File 'lib/mediacloth/mediawikiast.rb', line 38

def url
  @url
end