Class: ValidateableArrayValue
- Inherits:
-
ValidateableObject
- Object
- ValidateableObject
- ValidateableArrayValue
- Includes:
- ActiveModel::Validations
- Defined in:
- lib/validates_serialized/validateable_array_value.rb
Instance Method Summary collapse
Methods included from ActiveModel::Validations
#validates_array_values_with, #validates_hash_values_with, #validates_serialized_with!
Methods inherited from ValidateableObject
Constructor Details
This class inherits a constructor from ValidateableObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ValidateableObject
Instance Method Details
#value ⇒ Object
6 7 8 |
# File 'lib/validates_serialized/validateable_array_value.rb', line 6 def value @object end |