Class: WebUnit::NilTableCell

Inherits:
TableCell show all
Defined in:
lib/webunit/table.rb

Instance Attribute Summary

Attributes inherited from TableCell

#colspan, #cs, #rowspan, #rs

Attributes inherited from HtmlElem

#array, #attrs, #children, #name, #tag

Instance Method Summary collapse

Methods inherited from HtmlElem

#append, #extract, #find, #has?, #inspect, #print, #readlink, #search

Constructor Details

#initializeNilTableCell

Returns a new instance of NilTableCell.



138
139
140
# File 'lib/webunit/table.rb', line 138

def initialize
  super( 'dummy', {} )
end

Instance Method Details

#dataObject



142
143
144
# File 'lib/webunit/table.rb', line 142

def data
  nil
end