Class: DataMapper::Couch::Collection
- Inherits:
-
Collection
- Object
- Collection
- DataMapper::Couch::Collection
- Defined in:
- lib/couchdb_adapter/collection.rb
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#total_rows ⇒ Object
Returns the value of attribute total_rows.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset.
4 5 6 |
# File 'lib/couchdb_adapter/collection.rb', line 4 def offset @offset end |
#total_rows ⇒ Object
Returns the value of attribute total_rows.
4 5 6 |
# File 'lib/couchdb_adapter/collection.rb', line 4 def total_rows @total_rows end |