class Hiring::Interview
- Hiring::Interview
- Reference
- Object
Defined in:
model/hiring/interview.crConstructors
- .new(id : Int32 | Nil, candidate : Candidate, recruiter : Recruiter, status : Status, booked_date : TimeSlot)
- .new(data : DTO::Interview, candidate : DTO::Candidate, recruiter : DTO::Recruiter)
Class Method Summary
Instance Method Summary
Constructor Detail
def self.new(id : Int32 | Nil, candidate : Candidate, recruiter : Recruiter, status : Status, booked_date : TimeSlot)
#