Method: KlaviyoAPI::ProfileMetricPropertyFilter#hash

Defined in:
lib/klaviyo-api-sdk/models/profile_metric_property_filter.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



109
110
111
# File 'lib/klaviyo-api-sdk/models/profile_metric_property_filter.rb', line 109

def hash
  [property, filter].hash
end