Class: RedTape::Validator
- Inherits:
-
Object
- Object
- RedTape::Validator
- Includes:
- Support
- Defined in:
- lib/red_tape/validator.rb
Direct Known Subclasses
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.country ⇒ Object
6 7 8 |
# File 'lib/red_tape/validator.rb', line 6 def country raise NotImplementedError end |
Instance Method Details
#valid?(own, other) ⇒ Boolean
11 12 13 |
# File 'lib/red_tape/validator.rb', line 11 def valid?(own, other) raise NotImplementedError end |