Method: CrelateClient::ZipApplyData#hash
- Defined in:
- lib/crelate_client/models/zip_apply_data.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
157 158 159 |
# File 'lib/crelate_client/models/zip_apply_data.rb', line 157 def hash [resume, job_id, name, phone, last_name, email, response_id, first_name].hash end |