Class: HS::Th

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



29
30
31
# File 'lib/hs/elements/table.rb', line 29

def tag_name
  'th'
end