Method: CrelateClient::InterviewRequestDetails#hash

Defined in:
lib/crelate_client/models/interview_request_details.rb

#hashFixnum

Calculates hash code according to all attributes.

Returns:

  • (Fixnum)

    Hash code



145
146
147
# File 'lib/crelate_client/models/interview_request_details.rb', line 145

def hash
  [type, scheduled_at, assigned_to, email_message, job_post, questions, interview_question_set, timezone].hash
end