Class: MathML::Fenced
- Inherits:
-
Element
- Object
- EimXML::Element
- XMLElement
- Element
- MathML::Fenced
- Defined in:
- lib/math_ml/element.rb
Instance Attribute Summary collapse
-
#close ⇒ Object
Returns the value of attribute close.
-
#open ⇒ Object
Returns the value of attribute open.
Attributes inherited from Element
Instance Method Summary collapse
-
#initialize ⇒ Fenced
constructor
A new instance of Fenced.
Methods inherited from Element
Methods inherited from XMLElement
Constructor Details
#initialize ⇒ Fenced
Returns a new instance of Fenced.
59 60 61 |
# File 'lib/math_ml/element.rb', line 59 def initialize super("mfenced") end |
Instance Attribute Details
#close ⇒ Object
Returns the value of attribute close.
57 58 59 |
# File 'lib/math_ml/element.rb', line 57 def close @close end |
#open ⇒ Object
Returns the value of attribute open.
57 58 59 |
# File 'lib/math_ml/element.rb', line 57 def open @open end |