Class: Html::Row
Instance Attribute Summary collapse
-
#cols ⇒ Object
readonly
Returns the value of attribute cols.
Instance Method Summary collapse
-
#initialize(cols = Array.new(0, Col.new), **attrs) ⇒ Row
constructor
A new instance of Row.
Methods inherited from Tag
Constructor Details
Instance Attribute Details
#cols ⇒ Object (readonly)
Returns the value of attribute cols.
6 7 8 |
# File 'lib/html/row.rb', line 6 def cols @cols end |