class Place::Workplace::Zone

Included Modules

Extended Modules

Defined in:

place/llm/workplace.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def bookable_desk_count : Int32 | Nil #

[View source]
def bookable_desk_count=(bookable_desk_count : Int32 | Nil) #

[View source]
def desk_features : Array(String) | Nil #

[View source]
def desk_features=(desk_features : Array(String) | Nil) #

[View source]
def display_name : String | Nil #

[View source]
def id : String #

[View source]
def name : String #

[View source]
def tags : Array(String) #

[View source]
def time_zone : Time::Location | Nil #

[View source]
def tz : String | Nil #

[View source]