This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |