Method: CrelateClient::ZipApplyData#hash

Defined in:
lib/crelate_client/models/zip_apply_data.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



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