class TwentyFiveLivePro::Models::SpaceReservation::Reserved

Included Modules

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def attendance : Int64 | Nil #

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

[View source]
def instructions : String | Nil #

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

[View source]
def layout_id : Int64 | Nil #

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

[View source]
def rating : Int64 | Nil #

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

[View source]
def share : Bool | Nil #

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

[View source]
def space_id : Int64 | Nil #

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

[View source]