struct Item

Defined in:

ttp-inst/item.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, val : Int32, wgt : Int32, city : Int32) #

[View source]

Instance Method Detail

def city : Int32 #

Ciudad en la que se encuentra el objeto


[View source]
def clone #

Copia profunda


[View source]
def id : Int32 #

Etiqueta del objeto


[View source]
def val : Int32 #

Valor del objeto


[View source]
def wgt : Int32 #

Peso del objeto


[View source]