Class CouchRest::Callbacks::Callback
In: lib/couchrest/mixins/callbacks.rb
Parent: Object

Methods

Attributes

filter  [RW] 
kind  [RW] 
klass  [RW] 
name  [RW] 
options  [RW] 
per_key  [RW] 

Public Class methods

Public Instance methods

This will supply contents for around and after filters, but not before filters (for the backward pass).

This will supply contents for before and around filters, and no contents for after filters (for the forward pass).

[Validate]