Subversion Repositories SmartDukaan

Rev

Rev 20663 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20663 Rev 22240
Line 30... Line 30...
30
 
30
 
31
class __SkuInfo:
31
class __SkuInfo:
32
    
32
    
33
    def __init__(self, id, ids, brand, model_name, category_id, subCategoryId,thumbnail, title, brand_synonyms, model_name_synonyms, source_product_names, \
33
    def __init__(self, id, ids, brand, model_name, category_id, subCategoryId,thumbnail, title, brand_synonyms, model_name_synonyms, source_product_names, \
34
                 category, subCategory):
34
                 category, subCategory):
-
 
35
        #Skubundle id
35
        self.id = id
36
        self.id = id
-
 
37
        #_id of skus
36
        self.ids = ids
38
        self.ids = ids
37
        self.brand = brand
39
        self.brand = brand
38
        self.model_name = model_name
40
        self.model_name = model_name
39
        self.category_id = category_id
41
        self.category_id = category_id
40
        self.subCategoryId = subCategoryId
42
        self.subCategoryId = subCategoryId