Method: Bandwidth::TranscribeRecording#==

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

#==(o) ⇒ Object

Checks equality by comparing each attribute.

Parameters:

  • Object (Object)

    to be compared



224
225
226
227
228
229
230
231
232
233
234
# File 'lib/bandwidth-sdk/models/transcribe_recording.rb', line 224

def ==(o)
  return true if self.equal?(o)
  self.class == o.class &&
      callback_url == o.callback_url &&
      callback_method == o.callback_method &&
      username == o.username &&
      password == o.password &&
      tag == o.tag &&
      callback_timeout == o.callback_timeout &&
      detect_language == o.detect_language
end