Class: Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput

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

#mskuString (readonly)

Returns the value of attribute msku.

Returns:

  • (String)


1283
1284
1285
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1283

def msku
  @msku
end

#prep_categoryString (readonly)

Returns the value of attribute prep_category.

Returns:

  • (String)


1284
1285
1286
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1284

def prep_category
  @prep_category
end

#prep_typesArray[untyped] (readonly)

Returns the value of attribute prep_types.

Returns:

  • (Array[untyped])


1285
1286
1287
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1285

def prep_types
  @prep_types
end

Class Method Details

.[](msku:, prep_category:, prep_types:) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput

Overloads:



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

def self.[]: (msku: String, prep_category: String, prep_types: Array[untyped]) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
| (String, String, Array[untyped]) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput

.members[ :msku, :prep_category, :prep_types ]

Returns:

  • ([ :msku, :prep_category, :prep_types ])


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

def self.members: () -> [ :msku, :prep_category, :prep_types ]

.new(msku:, prep_category:, prep_types:) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput

Overloads:



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

def self.new: (msku: String, prep_category: String, prep_types: Array[untyped]) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
| (String, String, Array[untyped]) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput

.parsePeddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :msku, :prep_category, :prep_types ]

Returns:

  • ([ :msku, :prep_category, :prep_types ])


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

def members: () -> [ :msku, :prep_category, :prep_types ]

#to_h{ msku: String, prep_category: String, prep_types: Array[untyped] }

Returns:

  • ({ msku: String, prep_category: String, prep_types: Array[untyped] })


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

def to_h: () -> { msku: String, prep_category: String, prep_types: Array[untyped] }