struct Floorsense::DeskMeta

Overview

Websocket payloads

Included Modules

Extended Modules

Defined in:

floorsense/models.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(place_id : String, floor_id : String, building : Nil | String, title : String, ext_data : Hash(String, JSON::Any)) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def building : String | Nil #

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

[View source]
def ext_data : Hash(String, JSON::Any) #

[View source]
def floor_id : String #

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

[View source]
def place_id : String #

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

[View source]
def title : String #

[View source]