struct DTO::Interview
- DTO::Interview
- Struct
- Value
- Object
Defined in:
common/dto/interview.crConstructors
Instance Method Summary
- #booked_date : DTO::TimeSlot
- #clone
- #copy_with(id _id = @id, status _status = @status, booked_date _booked_date = @booked_date)
- #id : Int32 | Nil
- #status : String
Constructor Detail
Instance Method Detail
def copy_with(id _id = @id, status _status = @status, booked_date _booked_date = @booked_date)
#