class TwentyFiveLivePro::Models::ResourceReservation::Reserved

Included Modules

Defined in:

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

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def comments : String | Nil #

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

[View source]
def instructions : String | Nil #

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

[View source]
def quantity : Int64 | Nil #

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

[View source]
def resource_id : Int64 | Nil #

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

[View source]