class Vecos::Models::LockerBank

Included Modules

Defined in:

vecos/models/locker_bank.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def description : String #

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

[View source]
def id : String #

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

[View source]
def location_id : String #

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

[View source]
def name : String #

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

[View source]
def published : Bool #

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

[View source]
def random_allocation : Bool #

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

[View source]
def section_id : String #

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

[View source]
def service_mode : Bool #

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

[View source]