class Floorsense::BookingStatus

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

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

[View source]
def booking_id : String #

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

[View source]
def booking_type : String #

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

[View source]
def cid : Int32 #

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

[View source]
def confexpiry : Int64 | Nil #

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

[View source]
def confirmed : Bool #

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

[View source]
def confmethod : Int32 | Nil #

[View source]
def confmethod=(confmethod : Int32 | Nil) #

[View source]
def conftime : Int64 | Nil #

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

[View source]
def created : Int64 #

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

[View source]
def desc : String | Nil #

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

[View source]
def finish : Int64 #

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

[View source]
def groupid : Int32 #

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

[View source]
def key : String | Nil #

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

[View source]
def place_id : String #

def place_id=(place_id : String) #

[View source]
def place_id? : String | Nil #

def planid : Int32 #

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

[View source]
def privacy : Bool #

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

[View source]
def releasecode : Int32 #

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

[View source]
def released : Int64 #

Time the booking was released


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

Time the booking was released


[View source]
def start : Int64 #

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

[View source]
def uid : String #

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

[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]