struct DotPrison::Prison::RoadDeliveryStop

Defined in:

dot_prison/prison/road_delivery_stop.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 allow_0 : Bool #

def allow_0=(v : Bool) #

def allow_1 : Bool #

def allow_10 : Bool #

def allow_10=(v : Bool) #

def allow_11 : Bool #

def allow_11=(v : Bool) #

def allow_12 : Bool #

def allow_12=(v : Bool) #

def allow_13 : Bool #

def allow_13=(v : Bool) #

def allow_1=(v : Bool) #

def allow_2 : Bool #

def allow_2=(v : Bool) #

def allow_3 : Bool #

def allow_3=(v : Bool) #

def allow_4 : Bool #

def allow_4=(v : Bool) #

def allow_5 : Bool #

def allow_5=(v : Bool) #

def allow_6 : Bool #

def allow_6=(v : Bool) #

def allow_7 : Bool #

def allow_7=(v : Bool) #

def allow_8 : Bool #

def allow_8=(v : Bool) #

def allow_9 : Bool #

def allow_9=(v : Bool) #


[View source]

[View source]

[View source]

[View source]
def is_new : Bool #

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

[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]
def unconsumed_tree : Array(Tuple(String, String)) #

Returns a recursive array of the {class name, key} that have not been consumed

Uses the Consumer::HANDLED_VARIABLES constant, so custom Consumer::consume macro use may not work

Similar to #unconsumed, but travels the whole tree