Class: Html::Thead

Inherits:
Tag
  • Object
show all
Defined in:
lib/html/thead.rb

Constant Summary collapse

ALLOWED_CHILDREN =
[Html::Row].freeze

Instance Attribute Summary

Attributes inherited from Tag

#value

Method Summary

Methods inherited from Tag

#attributes=, #empty?, #initialize, #to_s

Constructor Details

This class inherits a constructor from Html::Tag