method
hash
rails latest stable - Class:
ActiveModel::Attributes::Normalization::NormalizedValueType
hash()public
No documentation available.
# File activemodel/lib/active_model/attributes/normalization.rb, line 179
def hash
[self.class, cast_type, normalizer, normalize_nil?].hash
end