Method: Celerity::Table#row_count
- Defined in:
- lib/celerity/elements/table.rb
#row_count ⇒ Fixnum
The number of rows in the table
113 114 115 116 |
# File 'lib/celerity/elements/table.rb', line 113 def row_count assert_exists @object.getRowCount end |