class Bright::Models::Space

Included Modules

Defined in:

bright/models/space.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 amenities=(amenities : Array(Amenity)) #

[View source]
def capacity : Int64 | Nil #

[View source]
def capacity=(capacity : Int64 | Nil) #

[View source]
def iana_time_zone : String | Nil #

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

[View source]
def id : String | Nil #

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

[View source]
def integration_external_id : String | Nil #

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

[View source]
def is_bookable : Bool | Nil #

[View source]
def is_bookable=(is_bookable : Bool | Nil) #

[View source]
def location_id : String | Nil #

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

[View source]
def name : String | Nil #

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

[View source]
def type : Int64 | Nil #

[View source]
def type=(type : Int64 | Nil) #

[View source]