Method: Phrase::Invitation#hash
- Defined in:
- lib/phrase/models/invitation.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
216 217 218 |
# File 'lib/phrase/models/invitation.rb', line 216 def hash [id, email, role, state, projects, locales, teams, default_locale_codes, , locale_ids, created_at, updated_at, accepted_at, spaces, project_role].hash end |