Skip to content

Instantly share code, notes, and snippets.

class SupplierSelection
#initialize the parameters required
def initialize(suppliers)
@suppliers=suppliers
@grade_weight=0
@works={}
@supplier_data={}
end
#loading the value for the application torun.