Method: Athenian::MappedJIRAIdentityChange#hash
- Defined in:
- lib/athenian/models/mapped_jira_identity_change.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
109 110 111 |
# File 'lib/athenian/models/mapped_jira_identity_change.rb', line 109 def hash [developer_id, jira_name].hash end |