Class: MathML::Identifier
- Inherits:
-
Element
- Object
- EimXML::Element
- XMLElement
- Element
- MathML::Identifier
- Defined in:
- lib/math_ml.rb
Instance Attribute Summary
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize ⇒ Identifier
constructor
A new instance of Identifier.
Methods inherited from Element
Methods inherited from XMLElement
Constructor Details
#initialize ⇒ Identifier
Returns a new instance of Identifier.
183 184 185 |
# File 'lib/math_ml.rb', line 183 def initialize super("mi") end |