class Hiring::CancelInterview

Overview

Given A pending | created interview assigned to a room tomorrow at 2:00pm between a recruiter and a candidate When The HR | Recruiter cancels the interview Then The interview is canceled The room is free tomorrow at 2:00pm The recruiter is free tomorrow at 2:00pm

Defined in:

use_case/hiring/cancel_interview.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(interview_repository : InterviewRepository, recruiter_repository : RecruiterRepository, candidate_repository : CandidateRepository, room_repository : RoomRepository) #

[View source]

Instance Method Detail

def call(request) : DTO::Interview #

[View source]