Class: Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#amazon_sku ⇒ String
readonly
Returns the value of attribute amazon_sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amazon_sku ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
Instance Method Summary collapse
Instance Attribute Details
#amazon_sku ⇒ String (readonly)
Returns the value of attribute amazon_sku.
1097 1098 1099 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1097 def amazon_sku @amazon_sku end |
Class Method Details
.[](amazon_sku:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier .[](arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
1090 1091 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1090
def self.[]: (amazon_sku: String) -> Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
| (String) -> Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
|
.members ⇒ [ :amazon_sku ]
1093 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1093
def self.members: () -> [ :amazon_sku ]
|
.new(amazon_sku:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier .new(arg0) ⇒ Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
1088 1089 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1088
def self.new: (amazon_sku: String) -> Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
| (String) -> Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
1095 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1095
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
|
Instance Method Details
#members ⇒ [ :amazon_sku ]
1099 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1099
def members: () -> [ :amazon_sku ]
|
#to_h ⇒ { amazon_sku: String }
1100 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1100
def to_h: () -> { amazon_sku: String }
|