Method: CrelateClient::InterviewRequestDetails#==
- Defined in:
- lib/crelate_client/models/interview_request_details.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
124 125 126 127 128 129 130 131 132 133 134 135 |
# File 'lib/crelate_client/models/interview_request_details.rb', line 124 def ==(o) return true if self.equal?(o) self.class == o.class && type == o.type && scheduled_at == o.scheduled_at && assigned_to == o.assigned_to && == o. && job_post == o.job_post && questions == o.questions && interview_question_set == o.interview_question_set && timezone == o.timezone end |