Method: Celerity::Table#row_count

Defined in:
lib/celerity/elements/table.rb

#row_countFixnum

The number of rows in the table

Returns:

  • (Fixnum)


113
114
115
116
# File 'lib/celerity/elements/table.rb', line 113

def row_count
  assert_exists
  @object.getRowCount
end