Class: DMap::Validations::AbsenceOf
- Inherits:
-
Object
- Object
- DMap::Validations::AbsenceOf
- Defined in:
- lib/dmap/validations/absence.rb
Class Method Summary collapse
Class Method Details
.parent_name ⇒ Object
4 5 6 |
# File 'lib/dmap/validations/absence.rb', line 4 def self.parent_name "AbsenceOf" end |
.validate(command = nil) ⇒ Object
8 9 10 |
# File 'lib/dmap/validations/absence.rb', line 8 def self.validate(command=nil) {:null => true} end |