class Floorsense::Voucher

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 cardswipe : Bool #

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

[View source]
def controller_id : String #

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

[View source]
def created : Int64 #

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

[View source]
def duration : Int64 #

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

[View source]
def email : String #

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

[View source]
def expired : Int64 #

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

[View source]
def lastuse : Int64 #

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

[View source]
def locker_key : String #

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

[View source]
def maxuse : Int64 #

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

[View source]
def name : String #

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

[View source]
def notes : String #

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

[View source]
def notified : Int64 #

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

[View source]
def pin : String #

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

[View source]
def release : Bool #

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

[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 template : String #

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

[View source]
def unlock : Bool #

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

[View source]
def uri : String #

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

[View source]
def usecount : Int64 #

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

[View source]
def user_id : String #

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

[View source]
def validfrom : Int64 #

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

[View source]
def validto : Int64 #

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

[View source]
def voucher_id : String #

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

[View source]