Method: Klaviyo::Person#hash
- Defined in:
- lib/klaviyo_sdk/models/person.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
265 266 267 |
# File 'lib/klaviyo_sdk/models/person.rb', line 265 def hash [object, id, _address1, _address2, _city, _country, _latitude, _longitude, _region, _zip, _email, _title, _phone_number, _organization, _first_name, _last_name, _timezone, _id, created, updated].hash end |