Class: Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#amazon_skuString (readonly)

Returns the value of attribute amazon_sku.

Returns:

  • (String)


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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::FulfillmentOutbound20260704::ProductIdentifier

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :amazon_sku ])


1099
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1099

def members: () -> [ :amazon_sku ]

#to_h{ amazon_sku: String }

Returns:

  • ({ amazon_sku: String })


1100
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1100

def to_h: () -> { amazon_sku: String }