Method: KlaviyoAPI::StaticDateRangeFilter#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



175
176
177
# File 'lib/klaviyo-api-sdk/models/static_date_range_filter.rb', line 175

def hash
  [type, operator, start, _end].hash
end