Method: GongAPI::CallTranscripts#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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

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