Class: Hatch::InvalidAttribute
- Inherits:
-
ValidatedAttribute
- Object
- ValidatedAttribute
- Hatch::InvalidAttribute
- Defined in:
- lib/hatch.rb
Instance Attribute Summary
Attributes inherited from ValidatedAttribute
Instance Method Summary collapse
Methods inherited from ValidatedAttribute
Constructor Details
This class inherits a constructor from Hatch::ValidatedAttribute
Instance Method Details
#invalid? ⇒ Boolean
136 137 138 |
# File 'lib/hatch.rb', line 136 def invalid? true end |
#valid? ⇒ Boolean
132 133 134 |
# File 'lib/hatch.rb', line 132 def valid? false end |