Class: HTML::Table
- Inherits:
-
Struct
- Object
- Struct
- HTML::Table
- Defined in:
- lib/html/table.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Instance Method Summary collapse
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
5 6 7 |
# File 'lib/html/table.rb', line 5 def data @data end |