class Hiring::Interview

Defined in:

model/hiring/interview.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : Int32 | Nil, candidate : Candidate, recruiter : Recruiter, status : Status, booked_date : TimeSlot) #

[View source]
def self.new(data : DTO::Interview, candidate : DTO::Candidate, recruiter : DTO::Recruiter) #

[View source]

Class Method Detail

def self.plan(candidate : DTO::Candidate, recruiters : Array(DTO::Recruiter)) #

[View source]

Instance Method Detail

def cancel #

[View source]
def recruiter : Recruiter #

[View source]
def to_dto #

[View source]