Class: DataMapper::Couch::Collection

Inherits:
Collection
  • Object
show all
Defined in:
lib/couchdb_adapter/collection.rb

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset.



4
5
6
# File 'lib/couchdb_adapter/collection.rb', line 4

def offset
  @offset
end

#total_rowsObject

Returns the value of attribute total_rows.



4
5
6
# File 'lib/couchdb_adapter/collection.rb', line 4

def total_rows
  @total_rows
end