struct DotPrison::Prison::Misconduct::Report

Defined in:

dot_prison/prison/misconduct.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 current_punishment : Int32 #

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

[View source]

[View source]
def lockdown_punishment : Float64 #

[View source]
def lockdown_punishment=(v : Float) #

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

[View source]
def none_punishment : Float64 #

[View source]
def none_punishment=(v : Float) #

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

[View source]
def prisoner_id : Int32 #

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

[View source]
def prisoner_uid : Int32 #

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

[View source]
def scratched : Bool #

[View source]
def scratched=(v : Bool) #

[View source]
def solitary_punishment : Float64 #

[View source]
def solitary_punishment=(v : Float) #

[View source]
def solitary_punishment=(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]