Class: Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/catalog_items_2020_12_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#brand_codeString? (readonly)

Returns the value of attribute brand_code.

Returns:

  • (String, nil)


318
319
320
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 318

def brand_code
  @brand_code
end

#category_codeString? (readonly)

Returns the value of attribute category_code.

Returns:

  • (String, nil)


319
320
321
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 319

def category_code
  @category_code
end

#manufacturer_codeString? (readonly)

Returns the value of attribute manufacturer_code.

Returns:

  • (String, nil)


320
321
322
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 320

def manufacturer_code
  @manufacturer_code
end

#manufacturer_code_parentString? (readonly)

Returns the value of attribute manufacturer_code_parent.

Returns:

  • (String, nil)


321
322
323
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 321

def manufacturer_code_parent
  @manufacturer_code_parent
end

#marketplace_idString (readonly)

Returns the value of attribute marketplace_id.

Returns:

  • (String)


322
323
324
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 322

def marketplace_id
  @marketplace_id
end

#product_groupString? (readonly)

Returns the value of attribute product_group.

Returns:

  • (String, nil)


323
324
325
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 323

def product_group
  @product_group
end

#replenishment_categoryString? (readonly)

Returns the value of attribute replenishment_category.

Returns:

  • (String, nil)


324
325
326
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 324

def replenishment_category
  @replenishment_category
end

#subcategory_codeString? (readonly)

Returns the value of attribute subcategory_code.

Returns:

  • (String, nil)


325
326
327
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 325

def subcategory_code
  @subcategory_code
end

Class Method Details

.[](marketplace_id:, brand_code:, category_code:, manufacturer_code:, manufacturer_code_parent:, product_group:, replenishment_category:, subcategory_code:) ⇒ Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace

Overloads:



311
312
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 311

def self.[]: (marketplace_id: String, ?brand_code: String?, ?category_code: String?, ?manufacturer_code: String?, ?manufacturer_code_parent: String?, ?product_group: String?, ?replenishment_category: String?, ?subcategory_code: String?) -> Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace
| (String, String?, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace

.members[ :marketplace_id, :brand_code, :category_code, :manufacturer_code, :manufacturer_code_parent, :product_group, :replenishment_category, :subcategory_code ]

Returns:

  • ([ :marketplace_id, :brand_code, :category_code, :manufacturer_code, :manufacturer_code_parent, :product_group, :replenishment_category, :subcategory_code ])


314
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 314

def self.members: () -> [ :marketplace_id, :brand_code, :category_code, :manufacturer_code, :manufacturer_code_parent, :product_group, :replenishment_category, :subcategory_code ]

.new(marketplace_id:, brand_code:, category_code:, manufacturer_code:, manufacturer_code_parent:, product_group:, replenishment_category:, subcategory_code:) ⇒ Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace

Overloads:



309
310
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 309

def self.new: (marketplace_id: String, ?brand_code: String?, ?category_code: String?, ?manufacturer_code: String?, ?manufacturer_code_parent: String?, ?product_group: String?, ?replenishment_category: String?, ?subcategory_code: String?) -> Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace
| (String, String?, String?, String?, String?, String?, String?, String?) -> Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace

.parsePeddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



316
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 316

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace

Instance Method Details

#members[ :marketplace_id, :brand_code, :category_code, :manufacturer_code, :manufacturer_code_parent, :product_group, :replenishment_category, :subcategory_code ]

Returns:

  • ([ :marketplace_id, :brand_code, :category_code, :manufacturer_code, :manufacturer_code_parent, :product_group, :replenishment_category, :subcategory_code ])


327
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 327

def members: () -> [ :marketplace_id, :brand_code, :category_code, :manufacturer_code, :manufacturer_code_parent, :product_group, :replenishment_category, :subcategory_code ]

#to_h{ marketplace_id: String, brand_code: String?, category_code: String?, manufacturer_code: String?, manufacturer_code_parent: String?, product_group: String?, replenishment_category: String?, subcategory_code: String? }

Returns:

  • ({ marketplace_id: String, brand_code: String?, category_code: String?, manufacturer_code: String?, manufacturer_code_parent: String?, product_group: String?, replenishment_category: String?, subcategory_code: String? })


328
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 328

def to_h: () -> { marketplace_id: String, brand_code: String?, category_code: String?, manufacturer_code: String?, manufacturer_code_parent: String?, product_group: String?, replenishment_category: String?, subcategory_code: String? }