Class: Mathemagical::Fenced

Inherits:
Element
  • Object
show all
Defined in:
lib/mathemagical/element.rb

Instance Attribute Summary collapse

Attributes inherited from Element

#attributes, #children, #display_style, #name

Instance Method Summary collapse

Methods inherited from Element

#<<, #[], #[]=, #as_display_style, #build_attributes_string, #child_ml, #pop, #self_closing_xml, #to_s, #xml

Constructor Details

#initializeFenced

Returns a new instance of Fenced.



116
117
118
# File 'lib/mathemagical/element.rb', line 116

def initialize
	super("mfenced")
end

Instance Attribute Details

#closeObject

Returns the value of attribute close.



114
115
116
# File 'lib/mathemagical/element.rb', line 114

def close
  @close
end

#openObject

Returns the value of attribute open.



114
115
116
# File 'lib/mathemagical/element.rb', line 114

def open
  @open
end