Method: Couchbase::ViewRow#doc

Defined in:
lib/couchbase/view_row.rb

#docHash

The document hash.

It usually available when view executed with :include_doc argument.

Returns:

  • (Hash)

Since:

  • 1.2.0



71
72
73
# File 'lib/couchbase/view_row.rb', line 71

def doc
  @doc
end