method

hash

rails latest stable - Class: ActiveModel::Attributes::Normalization::NormalizedValueType

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

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