Method: Bandwidth::TransferCompleteCallback#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



300
301
302
# File 'lib/bandwidth-sdk/models/transfer_complete_callback.rb', line 300

def hash
  [event_type, event_time, , application_id, from, to, direction, call_id, call_url, enqueued_time, start_time, answer_time, tag, transfer_caller_id, transfer_to, cause, error_message, error_id].hash
end