Method: Klaviyo::TrackPayloadCustomerProperties#hash
- Defined in:
- lib/klaviyo_sdk/models/track_payload_customer_properties.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
103 104 105 |
# File 'lib/klaviyo_sdk/models/track_payload_customer_properties.rb', line 103 def hash [_email, _phone_number].hash end |