Method: GongAPI::NewCallRecordingResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



108
109
110
# File 'lib/gong_api/models/new_call_recording_response.rb', line 108

def hash
  [call_id, request_id, url].hash
end