Class: Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
- Defined in:
- sig/peddler/apis/catalog_items_2022_04_01.rbs
Instance Attribute Summary collapse
-
#adult_product ⇒ Boolean?
readonly
Returns the value of attribute adult_product.
-
#autographed ⇒ Boolean?
readonly
Returns the value of attribute autographed.
-
#brand ⇒ String?
readonly
Returns the value of attribute brand.
-
#browse_classification ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?
readonly
Returns the value of attribute browse_classification.
-
#color ⇒ String?
readonly
Returns the value of attribute color.
-
#contributors ⇒ Array[Peddler::APIs::CatalogItems20220401::ItemContributor]?
readonly
Returns the value of attribute contributors.
-
#item_classification ⇒ String?
readonly
Returns the value of attribute item_classification.
-
#item_name ⇒ String?
readonly
Returns the value of attribute item_name.
-
#manufacturer ⇒ String?
readonly
Returns the value of attribute manufacturer.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
-
#memorabilia ⇒ Boolean?
readonly
Returns the value of attribute memorabilia.
-
#model_number ⇒ String?
readonly
Returns the value of attribute model_number.
-
#package_quantity ⇒ Integer?
readonly
Returns the value of attribute package_quantity.
-
#part_number ⇒ String?
readonly
Returns the value of attribute part_number.
-
#release_date ⇒ Date?
readonly
Returns the value of attribute release_date.
-
#size ⇒ String?
readonly
Returns the value of attribute size.
-
#style ⇒ String?
readonly
Returns the value of attribute style.
-
#trade_in_eligible ⇒ Boolean?
readonly
Returns the value of attribute trade_in_eligible.
-
#website_display_group ⇒ String?
readonly
Returns the value of attribute website_display_group.
-
#website_display_group_name ⇒ String?
readonly
Returns the value of attribute website_display_group_name.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :marketplace_id, :adult_product, :autographed, :brand, :browse_classification, :color, :contributors, :item_classification, :item_name, :manufacturer, :memorabilia, :model_number, :package_quantity, :part_number, :release_date, :size, :style, :trade_in_eligible, :website_display_group, :website_display_group_name ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
Instance Method Summary collapse
-
#adult_product? ⇒ Boolean
-
#autographed? ⇒ Boolean
-
#members ⇒ [ :marketplace_id, :adult_product, :autographed, :brand, :browse_classification, :color, :contributors, :item_classification, :item_name, :manufacturer, :memorabilia, :model_number, :package_quantity, :part_number, :release_date, :size, :style, :trade_in_eligible, :website_display_group, :website_display_group_name ]
-
#memorabilia? ⇒ Boolean
-
#to_h ⇒ { marketplace_id: String, adult_product: bool?, autographed: bool?, brand: String?, browse_classification: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?, color: String?, contributors: Array[Peddler::APIs::CatalogItems20220401::ItemContributor]?, item_classification: String?, item_name: String?, manufacturer: String?, memorabilia: bool?, model_number: String?, package_quantity: Integer?, part_number: String?, release_date: Date?, size: String?, style: String?, trade_in_eligible: bool?, website_display_group: String?, website_display_group_name: String? }
-
#trade_in_eligible? ⇒ Boolean
Instance Attribute Details
#adult_product ⇒ Boolean? (readonly)
Returns the value of attribute adult_product.
464 465 466 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 464 def adult_product @adult_product end |
#autographed ⇒ Boolean? (readonly)
Returns the value of attribute autographed.
465 466 467 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 465 def autographed @autographed end |
#brand ⇒ String? (readonly)
Returns the value of attribute brand.
466 467 468 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 466 def brand @brand end |
#browse_classification ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassification? (readonly)
Returns the value of attribute browse_classification.
467 468 469 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 467 def browse_classification @browse_classification end |
#color ⇒ String? (readonly)
Returns the value of attribute color.
468 469 470 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 468 def color @color end |
#contributors ⇒ Array[Peddler::APIs::CatalogItems20220401::ItemContributor]? (readonly)
Returns the value of attribute contributors.
469 470 471 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 469 def contributors @contributors end |
#item_classification ⇒ String? (readonly)
Returns the value of attribute item_classification.
470 471 472 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 470 def item_classification @item_classification end |
#item_name ⇒ String? (readonly)
Returns the value of attribute item_name.
471 472 473 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 471 def item_name @item_name end |
#manufacturer ⇒ String? (readonly)
Returns the value of attribute manufacturer.
472 473 474 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 472 def manufacturer @manufacturer end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
473 474 475 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 473 def marketplace_id @marketplace_id end |
#memorabilia ⇒ Boolean? (readonly)
Returns the value of attribute memorabilia.
474 475 476 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 474 def memorabilia @memorabilia end |
#model_number ⇒ String? (readonly)
Returns the value of attribute model_number.
475 476 477 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 475 def model_number @model_number end |
#package_quantity ⇒ Integer? (readonly)
Returns the value of attribute package_quantity.
476 477 478 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 476 def package_quantity @package_quantity end |
#part_number ⇒ String? (readonly)
Returns the value of attribute part_number.
477 478 479 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 477 def part_number @part_number end |
#release_date ⇒ Date? (readonly)
Returns the value of attribute release_date.
478 479 480 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 478 def release_date @release_date end |
#size ⇒ String? (readonly)
Returns the value of attribute size.
479 480 481 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 479 def size @size end |
#style ⇒ String? (readonly)
Returns the value of attribute style.
480 481 482 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 480 def style @style end |
#trade_in_eligible ⇒ Boolean? (readonly)
Returns the value of attribute trade_in_eligible.
481 482 483 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 481 def trade_in_eligible @trade_in_eligible end |
#website_display_group ⇒ String? (readonly)
Returns the value of attribute website_display_group.
482 483 484 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 482 def website_display_group @website_display_group end |
#website_display_group_name ⇒ String? (readonly)
Returns the value of attribute website_display_group_name.
483 484 485 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 483 def website_display_group_name @website_display_group_name end |
Class Method Details
.[](marketplace_id:, adult_product:, autographed:, brand:, browse_classification:, color:, contributors:, item_classification:, item_name:, manufacturer:, memorabilia:, model_number:, package_quantity:, part_number:, release_date:, size:, style:, trade_in_eligible:, website_display_group:, website_display_group_name:) ⇒ Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19) ⇒ Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
457 458 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 457
def self.[]: (marketplace_id: String, ?adult_product: bool?, ?autographed: bool?, ?brand: String?, ?browse_classification: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?, ?color: String?, ?contributors: Array[Peddler::APIs::CatalogItems20220401::ItemContributor]?, ?item_classification: String?, ?item_name: String?, ?manufacturer: String?, ?memorabilia: bool?, ?model_number: String?, ?package_quantity: Integer?, ?part_number: String?, ?release_date: Date?, ?size: String?, ?style: String?, ?trade_in_eligible: bool?, ?website_display_group: String?, ?website_display_group_name: String?) -> Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
| (String, bool?, bool?, String?, Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?, String?, Array[Peddler::APIs::CatalogItems20220401::ItemContributor]?, String?, String?, String?, bool?, String?, Integer?, String?, Date?, String?, String?, bool?, String?, String?) -> Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
|
.members ⇒ [ :marketplace_id, :adult_product, :autographed, :brand, :browse_classification, :color, :contributors, :item_classification, :item_name, :manufacturer, :memorabilia, :model_number, :package_quantity, :part_number, :release_date, :size, :style, :trade_in_eligible, :website_display_group, :website_display_group_name ]
460 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 460
def self.members: () -> [ :marketplace_id, :adult_product, :autographed, :brand, :browse_classification, :color, :contributors, :item_classification, :item_name, :manufacturer, :memorabilia, :model_number, :package_quantity, :part_number, :release_date, :size, :style, :trade_in_eligible, :website_display_group, :website_display_group_name ]
|
.new(marketplace_id:, adult_product:, autographed:, brand:, browse_classification:, color:, contributors:, item_classification:, item_name:, manufacturer:, memorabilia:, model_number:, package_quantity:, part_number:, release_date:, size:, style:, trade_in_eligible:, website_display_group:, website_display_group_name:) ⇒ Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14, arg15, arg16, arg17, arg18, arg19) ⇒ Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
455 456 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 455
def self.new: (marketplace_id: String, ?adult_product: bool?, ?autographed: bool?, ?brand: String?, ?browse_classification: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?, ?color: String?, ?contributors: Array[Peddler::APIs::CatalogItems20220401::ItemContributor]?, ?item_classification: String?, ?item_name: String?, ?manufacturer: String?, ?memorabilia: bool?, ?model_number: String?, ?package_quantity: Integer?, ?part_number: String?, ?release_date: Date?, ?size: String?, ?style: String?, ?trade_in_eligible: bool?, ?website_display_group: String?, ?website_display_group_name: String?) -> Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
| (String, bool?, bool?, String?, Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?, String?, Array[Peddler::APIs::CatalogItems20220401::ItemContributor]?, String?, String?, String?, bool?, String?, Integer?, String?, Date?, String?, String?, bool?, String?, String?) -> Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
|
.parse ⇒ Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
462 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 462
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CatalogItems20220401::ItemSummaryByMarketplace
|
Instance Method Details
#adult_product? ⇒ Boolean
485 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 485
def adult_product?: () -> bool
|
#autographed? ⇒ Boolean
486 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 486
def autographed?: () -> bool
|
#members ⇒ [ :marketplace_id, :adult_product, :autographed, :brand, :browse_classification, :color, :contributors, :item_classification, :item_name, :manufacturer, :memorabilia, :model_number, :package_quantity, :part_number, :release_date, :size, :style, :trade_in_eligible, :website_display_group, :website_display_group_name ]
487 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 487
def members: () -> [ :marketplace_id, :adult_product, :autographed, :brand, :browse_classification, :color, :contributors, :item_classification, :item_name, :manufacturer, :memorabilia, :model_number, :package_quantity, :part_number, :release_date, :size, :style, :trade_in_eligible, :website_display_group, :website_display_group_name ]
|
#memorabilia? ⇒ Boolean
488 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 488
def memorabilia?: () -> bool
|
#to_h ⇒ { marketplace_id: String, adult_product: bool?, autographed: bool?, brand: String?, browse_classification: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?, color: String?, contributors: Array[Peddler::APIs::CatalogItems20220401::ItemContributor]?, item_classification: String?, item_name: String?, manufacturer: String?, memorabilia: bool?, model_number: String?, package_quantity: Integer?, part_number: String?, release_date: Date?, size: String?, style: String?, trade_in_eligible: bool?, website_display_group: String?, website_display_group_name: String? }
489 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 489
def to_h: () -> { marketplace_id: String, adult_product: bool?, autographed: bool?, brand: String?, browse_classification: Peddler::APIs::CatalogItems20220401::ItemBrowseClassification?, color: String?, contributors: Array[Peddler::APIs::CatalogItems20220401::ItemContributor]?, item_classification: String?, item_name: String?, manufacturer: String?, memorabilia: bool?, model_number: String?, package_quantity: Integer?, part_number: String?, release_date: Date?, size: String?, style: String?, trade_in_eligible: bool?, website_display_group: String?, website_display_group_name: String? }
|
#trade_in_eligible? ⇒ Boolean
490 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 490
def trade_in_eligible?: () -> bool
|