class Freespace::Space

Included Modules

Extended Modules

Defined in:

freespace/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def capacity : Int32 #

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

[View source]
def category : Category #

[View source]
def category=(category : Category) #

[View source]
def counted : Bool #

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

[View source]
def department : Category #

[View source]
def department=(department : Category) #

[View source]
def device : Device #

[View source]
def device=(device : Device) #

[View source]
def id : Int64 #

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

[View source]
def live : Bool #

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

[View source]
def location : Location #

[View source]
def location=(location : Location) #

[View source]
def location_id : Int64 #

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

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

undocumented, possibly polymorphic: {"type" => "CIRCLE", "data" => "20"},


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

undocumented, possibly polymorphic: {"type" => "CIRCLE", "data" => "20"},


[View source]
def marker_unique_id : String | Nil #

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

[View source]
def name : String #

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

[View source]
def sensing_policy_id : Int32 #

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

[View source]
def serial : Int32 #

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

[View source]
def srf : SRF #

[View source]
def srf=(srf : SRF) #

[View source]
def sub_category : Category #

[View source]
def sub_category=(sub_category : Category) #

[View source]