Method: Klaviyo::Person#hash

Defined in:
lib/klaviyo_sdk/models/person.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



265
266
267
# File 'lib/klaviyo_sdk/models/person.rb', line 265

def hash
  [object, id, _address1, _address2, _city, _country, _latitude, _longitude, _region, _zip, , _title, _phone_number, _organization, _first_name, _last_name, _timezone, _id, created, updated].hash
end