class Floorsense::UserLocation

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 | Nil #

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

[View source]
def cid : Int32 | Nil #

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

[View source]
def confirmed : Bool | Nil #

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

[View source]
def finish : Time | Nil #

[View source]
def finish=(finish : Time | Nil) #

[View source]
def floorname : String | Nil #

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

[View source]
def groupid : Int32 | Nil #

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

[View source]
def groupname : String | Nil #

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

[View source]
def key : String | Nil #

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

[View source]
def name : String #

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

[View source]
def occupied : Bool | Nil #

[View source]
def occupied=(occupied : Bool | Nil) #

[View source]
def occupiedtime : Int32 | Nil #

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

[View source]
def planid : Int32 | Nil #

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

[View source]
def privacy : Bool | Nil #

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

[View source]
def start : Time | Nil #

[View source]
def start=(start : Time | Nil) #

[View source]
def uid : String #

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

[View source]