Class: MathML::Fenced
- Inherits:
-
Element
- Object
- EimXML::Element
- XMLElement
- Element
- MathML::Fenced
- Defined in:
- lib/math_ml.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.
90 91 92 |
# File 'lib/math_ml.rb', line 90 def initialize super("mfenced") end |
Instance Attribute Details
#close ⇒ Object
Returns the value of attribute close.
88 89 90 |
# File 'lib/math_ml.rb', line 88 def close @close end |
#open ⇒ Object
Returns the value of attribute open.
88 89 90 |
# File 'lib/math_ml.rb', line 88 def open @open end |