Method: Kickflow::ProxyApplicant#hash
- Defined in:
- lib/kickflow/models/proxy_applicant.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
216 217 218 |
# File 'lib/kickflow/models/proxy_applicant.rb', line 216 def hash [id, created_at, updated_at, user, proxy_user, starts_on, ends_on, workflows].hash end |