Class: HS::Table

Inherits:
Element show all
Defined in:
lib/hs/elements/table.rb

Instance Attribute Summary

Attributes inherited from Element

#children, #class_name, #style

Instance Method Summary collapse

Methods inherited from Element

#initialize, #params, #preview

Methods included from ElementPreview

#element_preview, #text_preview

Constructor Details

This class inherits a constructor from HS::Element

Instance Method Details

#tag_nameObject



5
6
7
# File 'lib/hs/elements/table.rb', line 5

def tag_name
  'table'
end