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.
1663 1664 1665 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1663 def package_groupings @package_groupings end |
Class Method Details
.[](package_groupings:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
1656 1657 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1656
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 ]
1659 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1659
def self.members: () -> [ :package_groupings ]
|
.new(package_groupings:) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
1654 1655 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1654
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
1661 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1661
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest
|
Instance Method Details
#members ⇒ [ :package_groupings ]
1665 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1665
def members: () -> [ :package_groupings ]
|
#to_h ⇒ { package_groupings: Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput] }
1666 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1666
def to_h: () -> { package_groupings: Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput] }
|