Method: OpenapiClient::CompensationHistoryResponse#hash
- Defined in:
- lib/openapi_client/models/compensation_history_response.rb
#hash ⇒ Integer
Calculates hash code according to all attributes.
201 202 203 |
# File 'lib/openapi_client/models/compensation_history_response.rb', line 201 def hash [pay_rate, pay_period, pay_frequency, employment_type, currency, effective_date, notes].hash end |