Method: Couchbase::ViewRow#meta

Defined in:
lib/couchbase/view_row.rb

#metaHash

The meta data linked to the document

Returns:

  • (Hash)

Since:

  • 1.2.0



85
86
87
# File 'lib/couchbase/view_row.rb', line 85

def meta
  @meta
end