Method: GongAPI::ExternalCrmCallObject#hash

Defined in:
lib/gong_api/models/external_crm_call_object.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



155
156
157
# File 'lib/gong_api/models/external_crm_call_object.rb', line 155

def hash
  [fields, object_id, object_type].hash
end