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.



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 ]

Returns:

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

.parsePeddler::APIs::FulfillmentInbound20240320::SetPackingInformationRequest

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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

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