Module: Gnm::ValidationType
- Defined in:
- (unknown)
Constant Summary collapse
- ANY =
0 or :any
- INT =
1 or :int
- NUMBER =
2 or :number
- LIST =
3 or :list
- DATE =
4 or :date
- TIME =
5 or :time
- LENGTH =
6 or :length
- CUSTOM =
7 or :custom
0 or :any
1 or :int
2 or :number
3 or :list
4 or :date
5 or :time
6 or :length
7 or :custom