Method: PureCloud::Call#hash

Defined in:
lib/purecloud/models/call.rb

#hashObject

Calculate hash code according to all attributes.



304
305
306
# File 'lib/purecloud/models/call.rb', line 304

def hash
  [state, id, direction, recording, recording_state, muted, confined, held, recording_id, segments, error_info, disconnect_type, start_hold_time, document_id, connected_time, disconnected_time, disconnect_reasons, fax_status, provider].hash
end