Class: HTML::Tr
- Inherits:
-
Struct
- Object
- Struct
- HTML::Tr
- Defined in:
- lib/html/table.rb
Instance Attribute Summary collapse
-
#columns ⇒ Object
Returns the value of attribute columns.
Instance Method Summary collapse
Instance Attribute Details
#columns ⇒ Object
Returns the value of attribute columns
31 32 33 |
# File 'lib/html/table.rb', line 31 def columns @columns end |