Class: MathML::Fenced

Inherits:
Element show all
Defined in:
lib/math_ml.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.



90
91
92
# File 'lib/math_ml.rb', line 90

def initialize
	super("mfenced")
end

Instance Attribute Details

#closeObject

Returns the value of attribute close.



88
89
90
# File 'lib/math_ml.rb', line 88

def close
  @close
end

#openObject

Returns the value of attribute open.



88
89
90
# File 'lib/math_ml.rb', line 88

def open
  @open
end