Class: Peddler::APIs::Promotions20251201::ItemIdentifier
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::Promotions20251201::ItemIdentifier
- Defined in:
- sig/peddler/apis/promotions_2025_12_01.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#sku ⇒ String?
readonly
Returns the value of attribute sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :sku ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::Promotions20251201::ItemIdentifier
Instance Method Summary collapse
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
293 294 295 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 293 def asin @asin end |
#sku ⇒ String? (readonly)
Returns the value of attribute sku.
294 295 296 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 294 def sku @sku end |
Class Method Details
.[](asin:, sku:) ⇒ Peddler::APIs::Promotions20251201::ItemIdentifier .[](arg0, arg1) ⇒ Peddler::APIs::Promotions20251201::ItemIdentifier
286 287 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 286
def self.[]: (?asin: String?, ?sku: String?) -> Peddler::APIs::Promotions20251201::ItemIdentifier
| (String?, String?) -> Peddler::APIs::Promotions20251201::ItemIdentifier
|
.members ⇒ [ :asin, :sku ]
289 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 289
def self.members: () -> [ :asin, :sku ]
|
.new(asin:, sku:) ⇒ Peddler::APIs::Promotions20251201::ItemIdentifier .new(arg0, arg1) ⇒ Peddler::APIs::Promotions20251201::ItemIdentifier
284 285 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 284
def self.new: (?asin: String?, ?sku: String?) -> Peddler::APIs::Promotions20251201::ItemIdentifier
| (String?, String?) -> Peddler::APIs::Promotions20251201::ItemIdentifier
|
.parse ⇒ Peddler::APIs::Promotions20251201::ItemIdentifier
291 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 291
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::Promotions20251201::ItemIdentifier
|
Instance Method Details
#members ⇒ [ :asin, :sku ]
296 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 296
def members: () -> [ :asin, :sku ]
|
#to_h ⇒ { asin: String?, sku: String? }
297 |
# File 'sig/peddler/apis/promotions_2025_12_01.rbs', line 297
def to_h: () -> { asin: String?, sku: String? }
|