Method: Bandwidth::TranscribeRecording#hash

Defined in:
lib/bandwidth-sdk/models/transcribe_recording.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



244
245
246
# File 'lib/bandwidth-sdk/models/transcribe_recording.rb', line 244

def hash
  [callback_url, callback_method, username, password, tag, callback_timeout, detect_language].hash
end