class Freespace::SpaceActivity

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 #

def capacity=(capacity : Int32) #

[View source]
def capacity? : Int32 | Nil #

def id : Int64 #

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

[View source]
def location_id : Int64 #

def location_id=(location_id : Int64) #

[View source]
def location_id? : Int64 | Nil #

def name : String #

def name=(name : String) #

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

def presence? #

[View source]
def space_id : Int64 #

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

[View source]
def state : Int32 #

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

[View source]
def utc_epoch : Int64 #

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

[View source]