Method: Couchbase::ViewRow#data

Defined in:
lib/couchbase/view_row.rb

#dataHash

The hash built from JSON document.

This is complete response from the Couchbase

Returns:

  • (Hash)

Since:

  • 1.2.0



41
42
43
# File 'lib/couchbase/view_row.rb', line 41

def data
  @data
end