class Place::Demo::Lockers::Locker
- Place::Demo::Lockers::Locker
- Reference
- Object
Included Modules
- JSON::Serializable
Extended Modules
- JSON::Schema
Defined in:
place/demo/lockers.crConstructors
Instance Method Summary
- #allocated? : Bool
-
#allocated_to : String | Nil
for tracking, not part of metadata
-
#allocated_to=(allocated_to : String | Nil)
for tracking, not part of metadata
- #allocated_until : Time | Nil
- #allocated_until=(allocated_until : Time | Nil)
- #bookable : Bool
- #id : String
- #level_id : String | Nil
- #level_id=(level_id : String | Nil)
- #name : String
- #not_allocated? : Bool
- #release
- #shared_with : Array(String)
- #shared_with=(shared_with : Array(String))