Class: ElementAST
Overview
The node to represent an XHTML element and its contents
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#name ⇒ Object
Returns the value of attribute name.
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
#attributes ⇒ Object
Returns the value of attribute attributes.
126 127 128 |
# File 'lib/mediacloth/mediawikiast.rb', line 126 def attributes @attributes end |
#name ⇒ Object
Returns the value of attribute name.
126 127 128 |
# File 'lib/mediacloth/mediawikiast.rb', line 126 def name @name end |