Class: Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace
- Defined in:
- sig/peddler/apis/catalog_items_2020_12_01.rbs
Instance Attribute Summary collapse
-
#brand_code ⇒ String?
readonly
Returns the value of attribute brand_code.
-
#category_code ⇒ String?
readonly
Returns the value of attribute category_code.
-
#manufacturer_code ⇒ String?
readonly
Returns the value of attribute manufacturer_code.
-
#manufacturer_code_parent ⇒ String?
readonly
Returns the value of attribute manufacturer_code_parent.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#product_group ⇒ String?
readonly
Returns the value of attribute product_group.
-
#replenishment_category ⇒ String?
readonly
Returns the value of attribute replenishment_category.
-
#subcategory_code ⇒ String?
readonly
Returns the value of attribute subcategory_code.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :marketplace_id, :brand_code, :category_code, :manufacturer_code, :manufacturer_code_parent, :product_group, :replenishment_category, :subcategory_code ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#brand_code ⇒ String? (readonly)
Returns the value of attribute brand_code.
318 319 320 |
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 318 def brand_code @brand_code end |
#category_code ⇒ String? (readonly)
Returns the value of attribute category_code.
319 320 321 |
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 319 def category_code @category_code end |
#manufacturer_code ⇒ String? (readonly)
Returns the value of attribute manufacturer_code.
320 321 322 |
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 320 def manufacturer_code @manufacturer_code end |
#manufacturer_code_parent ⇒ String? (readonly)
Returns the value of attribute manufacturer_code_parent.
321 322 323 |
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 321 def manufacturer_code_parent @manufacturer_code_parent end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
322 323 324 |
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 322 def marketplace_id @marketplace_id end |
#product_group ⇒ String? (readonly)
Returns the value of attribute product_group.
323 324 325 |
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 323 def product_group @product_group end |
#replenishment_category ⇒ String? (readonly)
Returns the value of attribute replenishment_category.
324 325 326 |
# File 'sig/peddler/apis/catalog_items_2020_12_01.rbs', line 324 def replenishment_category @replenishment_category end |
#subcategory_code ⇒ String? (readonly)
Returns the value of attribute subcategory_code.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::CatalogItems20201201::ItemVendorDetailsByMarketplace
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 ]
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? }
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? }
|