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.



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

def msku_prep_details
  @msku_prep_details
end

Class Method Details

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



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

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 ])


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

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

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



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

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:



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

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

Instance Method Details

#members[ :msku_prep_details ]

Returns:

  • ([ :msku_prep_details ])


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

def members: () -> [ :msku_prep_details ]

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

Returns:



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

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