class Floorsense::LockerBooking

Included Modules

Extended Modules

Defined in:

floorsense/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def active : Int32 #

[View source]
def active=(active : Int32) #

[View source]
def controller_id : Int32 #

[View source]
def controller_id=(controller_id : Int32) #

[View source]
def created : Int64 #

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

[View source]
def finish : Int64 #

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

[View source]
def key : String #

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

[View source]
def lastopened : Int64 #

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

[View source]
def pin : String #

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

[View source]
def releasecode : Int32 #

[View source]
def releasecode=(releasecode : Int32) #

[View source]
def released : Int64 #

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

[View source]
def released? #

[View source]
def reservation_id : String #

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

[View source]
def restype : String #

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

[View source]
def start : Int64 #

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

[View source]
def user : User | Nil #

not included in the responses but we will merge this


[View source]
def user=(user : User | Nil) #

not included in the responses but we will merge this


[View source]
def user_id : String #

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

[View source]