Class CouchRest::Design
In: lib/couchrest/design.rb
Parent: Document

Methods

can_reduce_view?   has_view?   name   name=   save   view   view_by   view_defaults   view_on  

Public Instance methods

Check if the view has a reduce method defined.

Returns true or false if the view is available.

Dispatches to any named view. (using the database where this design doc was saved)

Return the hash of default values to include in all queries sent to a view from couchrest.

Dispatches to any named view in a specific database

[Validate]