4 5 6
# File 'lib/couchrest/mixins/collection.rb', line 4 def amount_pages @amount_pages ||= 0 end
7 8 9
# File 'lib/couchrest/mixins/collection.rb', line 7 def amount_pages=(value) @amount_pages = value end