Method: CrelateClient::InterviewRequestDetails#hash
- Defined in:
- lib/crelate_client/models/interview_request_details.rb
#hash ⇒ Fixnum
Calculates hash code according to all attributes.
145 146 147 |
# File 'lib/crelate_client/models/interview_request_details.rb', line 145 def hash [type, scheduled_at, assigned_to, , job_post, questions, interview_question_set, timezone].hash end |