Method: OpenapiClient::EmploymentResponse#hash
- Defined in:
- lib/openapi_client/models/employment_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
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 |