Class: TemplateParameterAST
Overview
The node to represent template parameter
Instance Attribute Summary collapse
-
#parameter_name ⇒ Object
not used atm.
-
#parameter_value ⇒ Object
Returns the value of attribute parameter_value.
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
#parameter_name ⇒ Object
not used atm
143 144 145 |
# File 'lib/mediacloth/mediawikiast.rb', line 143 def parameter_name @parameter_name end |
#parameter_value ⇒ Object
Returns the value of attribute parameter_value.
144 145 146 |
# File 'lib/mediacloth/mediawikiast.rb', line 144 def parameter_value @parameter_value end |