Class: Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse

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

#msku_prep_detailsArray[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail] (readonly)

Returns the value of attribute msku_prep_details.



1127
1128
1129
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1127

def msku_prep_details
  @msku_prep_details
end

Class Method Details

.[](msku_prep_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse .[](arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse



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

def self.[]: (msku_prep_details: Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail]) -> Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail]) -> Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse

.members[ :msku_prep_details ]

Returns:

  • ([ :msku_prep_details ])


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

def self.members: () -> [ :msku_prep_details ]

.new(msku_prep_details:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse .new(arg0) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse



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

def self.new: (msku_prep_details: Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail]) -> Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail]) -> Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse

.parsePeddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse

Parameters:

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

Returns:



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

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListPrepDetailsResponse

Instance Method Details

#members[ :msku_prep_details ]

Returns:

  • ([ :msku_prep_details ])


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

def members: () -> [ :msku_prep_details ]

#to_h{ msku_prep_details: Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail] }

Returns:



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

def to_h: () -> { msku_prep_details: Array[Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetail] }