Flowdock
kind() public

Returns the kind for this validator.

PresenceValidator.new(attributes: [:username]).kind # => :presence
AcceptanceValidator.new(attributes: [:terms]).kind  # => :acceptance
Show source
Register or log in to add new notes.