Method: Athenian::MappedJIRAIdentityChange#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



109
110
111
# File 'lib/athenian/models/mapped_jira_identity_change.rb', line 109

def hash
  [developer_id, jira_name].hash
end