Class: WebUnit::NilTableCell
- Defined in:
- lib/webunit/table.rb
Instance Attribute Summary
Attributes inherited from TableCell
Attributes inherited from HtmlElem
#array, #attrs, #children, #name, #tag
Instance Method Summary collapse
- #data ⇒ Object
-
#initialize ⇒ NilTableCell
constructor
A new instance of NilTableCell.
Methods inherited from HtmlElem
#append, #extract, #find, #has?, #inspect, #print, #readlink, #search
Constructor Details
#initialize ⇒ NilTableCell
Returns a new instance of NilTableCell.
138 139 140 |
# File 'lib/webunit/table.rb', line 138 def initialize super( 'dummy', {} ) end |
Instance Method Details
#data ⇒ Object
142 143 144 |
# File 'lib/webunit/table.rb', line 142 def data nil end |