yields each document attribute
31 32 33
# File 'lib/couch_object/document.rb', line 31 def each(&blk) @attributes.each(&blk) end