Class: InternalLinkAST

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

Overview

The node to represent a Mediawiki internal link

Instance Attribute Summary collapse

Attributes inherited from AST

#children, #contents, #index, #length, #parent

Method Summary

Methods inherited from AST

#initialize

Constructor Details

This class inherits a constructor from AST

Instance Attribute Details

#locatorObject

Holds the link locator, which is composed of a resource name only (e.g. the name of a wiki page)



54
55
56
# File 'lib/mediacloth/mediawikiast.rb', line 54

def locator
  @locator
end