Class: Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#package_groupings ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput]
readonly
Returns the value of attribute package_groupings.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :package_groupings ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
Instance Method Summary collapse
-
#members ⇒ [ :package_groupings ]
-
#to_h ⇒ { package_groupings: Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput] }
Instance Attribute Details
#package_groupings ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput] (readonly)
Returns the value of attribute package_groupings.
1664 1665 1666 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1664 def package_groupings @package_groupings end |
Class Method Details
.[](package_groupings:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
1657 1658 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1657
def self.[]: (package_groupings: Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput]) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
| (Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput]) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
|
.members ⇒ [ :package_groupings ]
1660 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1660
def self.members: () -> [ :package_groupings ]
|
.new(package_groupings:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
1655 1656 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1655
def self.new: (package_groupings: Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput]) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
| (Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput]) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
1662 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1662
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
|
Instance Method Details
#members ⇒ [ :package_groupings ]
1666 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1666
def members: () -> [ :package_groupings ]
|
#to_h ⇒ { package_groupings: Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput] }
1667 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1667
def to_h: () -> { package_groupings: Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput] }
|