Class: MathML::Fenced

Inherits:
Element show all
Defined in:
lib/math_ml/element.rb

Instance Attribute Summary collapse

Attributes inherited from Element

#display_style

Instance Method Summary collapse

Methods inherited from Element

#as_display_style

Methods inherited from XMLElement

#pop

Constructor Details

#initializeFenced

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

#closeObject

Returns the value of attribute close.



57
58
59
# File 'lib/math_ml/element.rb', line 57

def close
  @close
end

#openObject

Returns the value of attribute open.



57
58
59
# File 'lib/math_ml/element.rb', line 57

def open
  @open
end