class Recruitee::InterviewEvent

Public Instance Methods

admin() click to toggle source
# File lib/recruitee/resources/interview_event.rb, line 5
def admin
  @_admin ||= client.admins.find(admin_id)
end
candidate() click to toggle source
# File lib/recruitee/resources/interview_event.rb, line 9
def candidate
  @_candidate ||= client.candidates.find(candidate_id)
end