Method: Couchbase::ViewRow#data
- Defined in:
- lib/couchbase/view_row.rb
#data ⇒ Hash
The hash built from JSON document.
This is complete response from the Couchbase
41 42 43 |
# File 'lib/couchbase/view_row.rb', line 41 def data @data end |