struct Place::Workplace::Booking

Included Modules

Extended Modules

Defined in:

place/llm/workplace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(level : Zone, book : JSON::Any, timezone : Time::Location) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def asset_id : String #

[View source]
def booking_type : String #

[View source]
def checked_in : Bool #

[View source]
def ending : Time #

[View source]
def id : Int64 | Nil #

[View source]
def level_id : String #

[View source]
def level_name : String #

[View source]
def starting : Time #

[View source]
def user_email : String #

[View source]
def user_id : String | Nil #

[View source]
def user_name : String #

[View source]