Method: Bandwidth::TranscribeRecording#hash
- Defined in:
- lib/bandwidth-sdk/models/transcribe_recording.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |