Class: SK::KRow

Inherits:
KElement show all
Defined in:
lib/kendo.rb

Instance Method Summary collapse

Methods inherited from KElement

#el, #exists?, #html, #initialize, #text

Constructor Details

This class inherits a constructor from SK::KElement

Instance Method Details

#cellsObject



36
37
38
# File 'lib/kendo.rb', line 36

def cells()
  self.el.find_elements({tag_name: 'td'}).collect{ |e| SK::KCell.new(e) }
end