Method: OpenapiClient::EmploymentResponse#hash

Defined in:
lib/openapi_client/models/employment_response.rb

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



205
206
207
# File 'lib/openapi_client/models/employment_response.rb', line 205

def hash
  [job_title, pay_rate, pay_period, pay_frequency, employment_type, currency, effective_date].hash
end