class Avram::Attribute(T)
- Avram::Attribute(T)
 - Reference
 - Object
 
Direct Known Subclasses
Defined in:
avram/attribute.crConstructors
Instance Method Summary
- #add_error(message : ErrorMessage = "is invalid")
 - #changed?(from : T | Nothing = Nothing.new, to : T | Nothing = Nothing.new)
 - #errors
 - #name
 - #original_value
 - #param
 - #param_key
 - #permitted
 - #reset_errors
 - #valid?
 - #value
 - #value=(value : T)