Class: Hatch::ValidAttribute
- Inherits:
-
ValidatedAttribute
- Object
- ValidatedAttribute
- Hatch::ValidAttribute
- 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
126 127 128 |
# File 'lib/hatch.rb', line 126 def invalid? false end |
#valid? ⇒ Boolean
122 123 124 |
# File 'lib/hatch.rb', line 122 def valid? true end |