Filter class is an abstract base class for all filters. Handles all of the included/excluded actions but contains no logic for calling the actual filters.
| Public Attributes | |
|---|---|
| excluded_ |
|
| filter | |
| included_ |
|
| Public Methods | |
|---|---|
| after? | |
| around? | |
| before? | |
| call | |
| new | |
| run | |
| type | |
<code/>and<pre/>for code samples.