Method: Phrase::LocaleTeamPreview#hash
- Defined in:
- lib/phrase/models/locale_team_preview.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
94 95 96 |
# File 'lib/phrase/models/locale_team_preview.rb', line 94 def hash [id, name, role].hash end |