Method: OpenapiClient::CompensationHistoryResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



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