Method: Athenian::MappedJIRAIdentity#hash

Defined in:
lib/athenian/models/mapped_jira_identity.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



166
167
168
# File 'lib/athenian/models/mapped_jira_identity.rb', line 166

def hash
  [developer_id, developer_name, jira_name, confidence].hash
end