Method: GongAPI::ManualAssociationResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



109
110
111
# File 'lib/gong_api/models/manual_association_response.rb', line 109

def hash
  [associations, records, request_id].hash
end