Class: Java::ComCouchbaseClientProtocolViews::ViewRowNoDocs

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

Instance Method Summary collapse

Instance Method Details

#docObject



27
28
29
30
31
32
33
# File 'lib/couchbase/view_row.rb', line 27

def doc
  {
    id:    getId,
    key:   getKey,
    value: getValue
  }
end