Method: OpenapiClient::TimeOffEntryResponse#hash

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

#hashInteger

Calculates hash code according to all attributes.

Returns:

  • (Integer)

    Hash code



332
333
334
# File 'lib/openapi_client/models/time_off_entry_response.rb', line 332

def hash
  [id, remote_id, employee_id, employee_remote_id, start_date, end_date, amount, unit, status, employee_note, policy_id, policy_remote_id, policy_name, policy_type, remote_created_at, remote_modified_at].hash
end