Class CouchRest::Model::Designs::ViewRow
In: lib/couchrest/model/designs/view.rb
Parent: Hash

A special wrapper class that provides easy access to the key fields in a result row.

Methods

doc   id   key   new   raw_doc   value  

Attributes

model  [R] 

Public Class methods

Public Instance methods

Send a request for the linked document either using the "id" field‘s value, or the ["value"]["_id"] used for linked documents.

[Validate]