struct DotPrison::Prison::DeploymentSchedule::Schedules::Entry

Defined in:

dot_prison/prison/deployment_schedule.cr

Constructors

Instance Method Summary

Instance methods inherited from struct DotPrison::Consumer

initialize initialize, table : DotPrison::Table table

Constructor methods inherited from struct DotPrison::Consumer

new new

Instance methods inherited from class Object

to_prison to_prison

Constructor Detail

def self.new(table : DotPrison::Table) #

[View source]

Instance Method Detail

def num_armed_guards : Int32 #

[View source]
def num_armed_guards=(v : Int) #

[View source]
def num_cooks : Int32 #

[View source]
def num_cooks=(v : Int) #

[View source]
def num_doctors : Int32 #

[View source]
def num_doctors=(v : Int) #

[View source]
def num_dogs : Int32 #

[View source]
def num_dogs=(v : Int) #

[View source]
def num_gardeners : Int32 #

[View source]
def num_gardeners=(v : Int) #

[View source]
def num_guards : Int32 #

[View source]
def num_guards=(v : Int) #

[View source]
def num_janitors : Int32 #

[View source]
def num_janitors=(v : Int) #

[View source]
def num_orderly : Int32 #

[View source]
def num_orderly=(v : Int) #

[View source]
def priority_level : Int32 #

[View source]
def priority_level=(v : Int) #

[View source]
def sector_id : Int32 #

[View source]
def sector_id=(v : Int) #

[View source]
def table : DotPrison::Table #

def unconsumed : Array(String) #

Keys for the associated table that have not been consumed

This may be because they have not been implemented yet, they may have an unknown purpose, or could be part of an unsupported mod


[View source]