Class: El::Table
Overview
represent the table tag
Instance Attribute Summary
Attributes inherited from Element
#attributes, #components, #element
Instance Method Summary collapse
-
#initialize ⇒ Table
constructor
A new instance of Table.
Methods inherited from Element
#add_attribute, #add_component, #add_content, #build, #get_component, #remove_attribute!, #remove_attribute_value, #reset_attributes!, #reset_components!, #reset_contents!
Constructor Details
#initialize ⇒ Table
Returns a new instance of Table.
6 7 8 |
# File 'lib/element_component/core/table.rb', line 6 def initialize super('table', closing_tag: true) end |