Method: Athenian::MappedJIRAIdentity#hash
- Defined in:
- lib/athenian/models/mapped_jira_identity.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
166 167 168 |
# File 'lib/athenian/models/mapped_jira_identity.rb', line 166 def hash [developer_id, developer_name, jira_name, confidence].hash end |