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)


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

def msku
  @msku
end

#prep_categoryString (readonly)

Returns the value of attribute prep_category.

Returns:

  • (String)


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

def prep_category
  @prep_category
end

#prep_typesArray[untyped] (readonly)

Returns the value of attribute prep_types.

Returns:

  • (Array[untyped])


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

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:



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

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


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

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:



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

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:



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

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


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

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


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

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