Class: Java::ComCouchbaseClientProtocolViews::ViewRowWithDocs

Inherits:
Object
  • Object
show all
Defined in:
lib/couchbase/view_row.rb

Instance Method Summary collapse

Instance Method Details

#docObject



37
38
39
40
41
42
43
44
# File 'lib/couchbase/view_row.rb', line 37

def doc
  {
    'meta'  => {
      'id'    => self['id']
    },
    'value' => document
  }
end