Class: Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
- Defined in:
- sig/peddler/apis/catalog_items_2022_04_01.rbs
Instance Attribute Summary collapse
-
#classifications ⇒ Array[Peddler::APIs::CatalogItems20220401::ItemBrowseClassification]?
readonly
Returns the value of attribute classifications.
-
#marketplace_id ⇒ String
readonly
Returns the value of attribute marketplace_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :marketplace_id, :classifications ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
Instance Method Summary collapse
-
#members ⇒ [ :marketplace_id, :classifications ]
-
#to_h ⇒ { marketplace_id: String, classifications: Array[Peddler::APIs::CatalogItems20220401::ItemBrowseClassification]? }
Instance Attribute Details
#classifications ⇒ Array[Peddler::APIs::CatalogItems20220401::ItemBrowseClassification]? (readonly)
Returns the value of attribute classifications.
169 170 171 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 169 def classifications @classifications end |
#marketplace_id ⇒ String (readonly)
Returns the value of attribute marketplace_id.
170 171 172 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 170 def marketplace_id @marketplace_id end |
Class Method Details
.[](marketplace_id:, classifications:) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace .[](arg0, arg1) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
162 163 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 162
def self.[]: (marketplace_id: String, ?classifications: Array[Peddler::APIs::CatalogItems20220401::ItemBrowseClassification]?) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
| (String, Array[Peddler::APIs::CatalogItems20220401::ItemBrowseClassification]?) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
|
.members ⇒ [ :marketplace_id, :classifications ]
165 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 165
def self.members: () -> [ :marketplace_id, :classifications ]
|
.new(marketplace_id:, classifications:) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace .new(arg0, arg1) ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
160 161 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 160
def self.new: (marketplace_id: String, ?classifications: Array[Peddler::APIs::CatalogItems20220401::ItemBrowseClassification]?) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
| (String, Array[Peddler::APIs::CatalogItems20220401::ItemBrowseClassification]?) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
|
.parse ⇒ Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
167 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 167
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CatalogItems20220401::ItemBrowseClassificationsByMarketplace
|
Instance Method Details
#members ⇒ [ :marketplace_id, :classifications ]
172 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 172
def members: () -> [ :marketplace_id, :classifications ]
|
#to_h ⇒ { marketplace_id: String, classifications: Array[Peddler::APIs::CatalogItems20220401::ItemBrowseClassification]? }
173 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 173
def to_h: () -> { marketplace_id: String, classifications: Array[Peddler::APIs::CatalogItems20220401::ItemBrowseClassification]? }
|