struct DTO::Room
- DTO::Room
- Struct
- Value
- Object
Defined in:
common/dto/room.crConstructors
Instance Method Summary
- #booked_dates : Array(TimeSlot)
- #clone
- #copy_with(id _id = @id, name _name = @name, booked_dates _booked_dates = @booked_dates)
- #id : Int32 | Nil
- #name : String
Constructor Detail
Instance Method Detail
def copy_with(id _id = @id, name _name = @name, booked_dates _booked_dates = @booked_dates)
#