Flowdock
kind() public

Returns the kind for this validator.

PresenceValidator.new.kind   # => :presence
UniquenessValidator.new.kind # => :uniqueness
Show source
Register or log in to add new notes.