Module
ValidatesTimeliness::AttributeMethods::ClassMethods
In:
lib/validates_timeliness/attribute_methods.rb
Methods
define_attribute_timeliness_methods
define_timeliness_before_type_cast_method
define_timeliness_methods
define_timeliness_write_method
generated_timeliness_methods
timeliness_attribute_timezone_aware?
timeliness_attribute_type
undefine_timeliness_attribute_methods
Public Instance methods
define_timeliness_methods
(before_type_cast=false)
generated_timeliness_methods
()
timeliness_attribute_timezone_aware?
(attr_name)
Override in
ORM
shim
timeliness_attribute_type
(attr_name)
Override in
ORM
shim
undefine_timeliness_attribute_methods
()
Protected Instance methods
define_attribute_timeliness_methods
(attr_name, before_type_cast=false)
define_timeliness_before_type_cast_method
(attr_name)
define_timeliness_write_method
(attr_name)
[Validate]