Class: TemplateParameterAST

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

Overview

The node to represent template parameter

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

#parameter_nameObject

not used atm



143
144
145
# File 'lib/mediacloth/mediawikiast.rb', line 143

def parameter_name
  @parameter_name
end

#parameter_valueObject

Returns the value of attribute parameter_value.



144
145
146
# File 'lib/mediacloth/mediawikiast.rb', line 144

def parameter_value
  @parameter_value
end