Class
CouchRest::Pager
In:
lib/couchrest/helper/pager.rb
Parent:
Object
Methods
all_docs
key_reduce
new
Attributes
db
[RW]
Public Class methods
new
(db)
Public Instance methods
all_docs
(limit=100) {|docrows| ...}
key_reduce
(view, limit=2000, firstkey = nil, lastkey = nil) {|key, values| ...}
[Validate]