struct

DTO::Room

Inherits Struct < Value < Object

Constructors

new(id : Int32 | Nil, name : String, booked_dates : Array(TimeSlot))

Instance methods

booked_dates
clone
copy_with(id _id = @id, name _name = @name, booked_dates _booked_dates = @booked_dates)
id
name