Class: Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs
Instance Attribute Summary collapse
-
#amount ⇒ Peddler::APIs::FulfillmentOutbound20260704::Amount
readonly
Returns the value of attribute amount.
-
#product_identifier ⇒ Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier
readonly
Returns the value of attribute product_identifier.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :amount, :product_identifier ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
Instance Method Summary collapse
-
#members ⇒ [ :amount, :product_identifier ]
-
#to_h ⇒ { amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, product_identifier: Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier }
Instance Attribute Details
#amount ⇒ Peddler::APIs::FulfillmentOutbound20260704::Amount (readonly)
Returns the value of attribute amount.
1030 1031 1032 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1030 def amount @amount end |
#product_identifier ⇒ Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier (readonly)
Returns the value of attribute product_identifier.
1031 1032 1033 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1031 def product_identifier @product_identifier end |
Class Method Details
.[](amount:, product_identifier:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
1023 1024 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1023
def self.[]: (amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, product_identifier: Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
| (Peddler::APIs::FulfillmentOutbound20260704::Amount, Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
|
.members ⇒ [ :amount, :product_identifier ]
1026 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1026
def self.members: () -> [ :amount, :product_identifier ]
|
.new(amount:, product_identifier:) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
1021 1022 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1021
def self.new: (amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, product_identifier: Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
| (Peddler::APIs::FulfillmentOutbound20260704::Amount, Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
1028 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1028
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20260704::PreviewPlannedShipmentItem
|
Instance Method Details
#members ⇒ [ :amount, :product_identifier ]
1033 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1033
def members: () -> [ :amount, :product_identifier ]
|
#to_h ⇒ { amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, product_identifier: Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier }
1034 |
# File 'sig/peddler/apis/fulfillment_outbound_2026_07_04.rbs', line 1034
def to_h: () -> { amount: Peddler::APIs::FulfillmentOutbound20260704::Amount, product_identifier: Peddler::APIs::FulfillmentOutbound20260704::ProductIdentifier }
|