class Place::Workplace
- Place::Workplace
- PlaceOS::Driver
- Reference
- Object
Included Modules
- PlaceOS::Driver::Interface::ChatFunctions
Defined in:
place/llm/workplace.crClass Method Summary
Instance Method Summary
- #all_levels : Array(Zone)
- #book_on(booking_type : String, asset_id : String, level_id : String, date : Time, number_of_days : Int32 = 1)
- #book_relative(booking_type : String, asset_id : String, level_id : String, day_offset : Int32 = 0, number_of_days : Int32 = 1)
- #building : Zone
- #cancel_bookings(booking_ids : Array(Int64))
-
#capabilities : String
overall description of what this driver implements
- #current_user : User
- #desks(level_id : String, day_offset : Int32 = 0, date : Time | Nil = nil, feature : String | Nil = nil)
- #function_descriptions
-
#get_building : Zone
Finds the building ID for the current location services object
- #invite(visitor_name : String, visitor_email : String, day_offset : Int32 = 0, date : Time | Nil = nil, number_of_days : Int32 = 1)
- #levels : Array(Zone)
- #meeting_rooms(minimum_capacity : Int32 = 1, level_id : String | Nil = nil)
- #my_bookings(day_offset : Int32 = 0, date : Time | Nil = nil)
- #on_load
- #on_update
- #timezone : Time::Location
Class Method Detail
Instance Method Detail
def book_on(booking_type : String, asset_id : String, level_id : String, date : Time, number_of_days : Int32 = 1)
#
def book_relative(booking_type : String, asset_id : String, level_id : String, day_offset : Int32 = 0, number_of_days : Int32 = 1)
#
def capabilities : String
#
Description copied from module PlaceOS::Driver::Interface::ChatFunctions
overall description of what this driver implements
def desks(level_id : String, day_offset : Int32 = 0, date : Time | Nil = nil, feature : String | Nil = nil)
#
Finds the building ID for the current location services object
def invite(visitor_name : String, visitor_email : String, day_offset : Int32 = 0, date : Time | Nil = nil, number_of_days : Int32 = 1)
#