class TwentyFiveLivePro::Models::Space

Included Modules

Defined in:

twenty-five-live-pro/models/space.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def attributes : Array(Attribute) | Nil #

[View source]
def attributes=(attributes : Array(Attribute) | Nil) #

[View source]
def categories : Array(Category) | Nil #

[View source]
def categories=(categories : Array(Category) | Nil) #

[View source]
def etag : String #

[View source]
def etag=(etag : String) #

[View source]
def features : Array(Feature) | Nil #

[View source]
def features=(features : Array(Feature) | Nil) #

[View source]
def id : Int64 #

[View source]
def id=(id : Int64) #

[View source]
def kind : String #

[View source]
def kind=(kind : String) #

[View source]
def layouts : Array(Layout) | Nil #

[View source]
def layouts=(layouts : Array(Layout) | Nil) #

[View source]
def max_capacity : Int64 #

[View source]
def max_capacity=(max_capacity : Int64) #

[View source]
def roles : Array(Roles) | Nil #

[View source]
def roles=(roles : Array(Roles) | Nil) #

[View source]
def space_formal_name : String | Nil #

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

[View source]
def space_name : String #

[View source]
def space_name=(space_name : String) #

[View source]
def updated : String #

[View source]
def updated=(updated : String) #

[View source]