struct DTO::Interview

Defined in:

common/dto/interview.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32 | Nil, status : String, booked_date : DTO::TimeSlot) #

[View source]

Instance Method Detail

def booked_date : DTO::TimeSlot #

def clone #

[View source]
def copy_with(id _id = @id, status _status = @status, booked_date _booked_date = @booked_date) #

[View source]
def id : Int32 | Nil #

def status : String #