Class: Peddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#package_groupingsArray[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 ]

Returns:

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

.parsePeddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



1666
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1666

def to_h: () -> { package_groupings: Array[Peddler::APIs::FulfillmentInbound20240320::PackageGroupingInput] }