Class: Wraith.Validators.Text
Defined in: | src/validator.coffee |
Inherits: | Wraith.Validator |
Overview
Validates Text. Will accept any string with a length greater than or equal min and less than or equal to max.
Instance Method Summary
- - (void) constructor() Constructor Creates an instance of the validator.
- - (void) isValid(content) Bound @inheritDoc
Inherited Method Summary
Methods inherited from Wraith.Validator
Constructor Details
- (void) constructor()
Creates an instance of the validator.
Instance Method Details
- (void) isValid(content) (bound)
@inheritDoc