Class: Html::Row

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

Constant Summary collapse

ALLOWED_CHILDREN =
[Html::Col, Html::HeadCol].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