Method: GongAPI::ExternalPartyObject#hash

Defined in:
lib/gong_api/models/external_party_object.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



167
168
169
# File 'lib/gong_api/models/external_party_object.rb', line 167

def hash
  [fields, object_id, object_type, timing].hash
end