class GoBright::Space

Included Modules

Extended Modules

Defined in:

gobright/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def amenities : Array(Amenity) #

[View source]
def capacity : Int64 | Nil #

[View source]
def iana_time_zone : String | Nil #

[View source]
def id : String #

[View source]
def integration_external_id : String | Nil #

[View source]
def is_bookable : Bool | Nil #

[View source]
def location_id : String | Nil #

[View source]
def name : String #

[View source]
def occupied=(occupied : Bool) #

[View source]
def occupied? : Bool #

[View source]
def type : SpaceType | Nil #

[View source]