Method: CouchDB::Collection#total_count

Defined in:
lib/couchdb/collection.rb

#total_countObject



33
34
35
36
# File 'lib/couchdb/collection.rb', line 33

def total_count
  fetch_meta unless @total_count
  @total_count
end