Method: KlaviyoAPI::StaticDateRangeFilter#hash
- Defined in:
- lib/klaviyo-api-sdk/models/static_date_range_filter.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
175 176 177 |
# File 'lib/klaviyo-api-sdk/models/static_date_range_filter.rb', line 175 def hash [type, operator, start, _end].hash end |