Class: Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_v0.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#amazon_prep_fees_details_listArray[Peddler::APIs::FulfillmentInboundV0::AmazonPrepFeesDetails]? (readonly)

Returns the value of attribute amazon_prep_fees_details_list.



432
433
434
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 432

def amazon_prep_fees_details_list
  @amazon_prep_fees_details_list
end

#asinString? (readonly)

Returns the value of attribute asin.

Returns:

  • (String, nil)


433
434
435
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 433

def asin
  @asin
end

#barcode_instructionString? (readonly)

Returns the value of attribute barcode_instruction.

Returns:

  • (String, nil)


434
435
436
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 434

def barcode_instruction
  @barcode_instruction
end

#prep_guidanceString? (readonly)

Returns the value of attribute prep_guidance.

Returns:

  • (String, nil)


435
436
437
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 435

def prep_guidance
  @prep_guidance
end

#prep_instruction_listArray[untyped]? (readonly)

Returns the value of attribute prep_instruction_list.

Returns:

  • (Array[untyped], nil)


436
437
438
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 436

def prep_instruction_list
  @prep_instruction_list
end

#seller_skuString? (readonly)

Returns the value of attribute seller_sku.

Returns:

  • (String, nil)


437
438
439
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 437

def seller_sku
  @seller_sku
end

Class Method Details

.[](asin:, amazon_prep_fees_details_list:, barcode_instruction:, prep_guidance:, prep_instruction_list:, seller_sku:) ⇒ Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions

Overloads:



425
426
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 425

def self.[]: (?asin: String?, ?amazon_prep_fees_details_list: Array[Peddler::APIs::FulfillmentInboundV0::AmazonPrepFeesDetails]?, ?barcode_instruction: String?, ?prep_guidance: String?, ?prep_instruction_list: Array[untyped]?, ?seller_sku: String?) -> Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions
| (String?, Array[Peddler::APIs::FulfillmentInboundV0::AmazonPrepFeesDetails]?, String?, String?, Array[untyped]?, String?) -> Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions

.members[ :asin, :amazon_prep_fees_details_list, :barcode_instruction, :prep_guidance, :prep_instruction_list, :seller_sku ]

Returns:

  • ([ :asin, :amazon_prep_fees_details_list, :barcode_instruction, :prep_guidance, :prep_instruction_list, :seller_sku ])


428
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 428

def self.members: () -> [ :asin, :amazon_prep_fees_details_list, :barcode_instruction, :prep_guidance, :prep_instruction_list, :seller_sku ]

.new(asin:, amazon_prep_fees_details_list:, barcode_instruction:, prep_guidance:, prep_instruction_list:, seller_sku:) ⇒ Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions

Overloads:



423
424
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 423

def self.new: (?asin: String?, ?amazon_prep_fees_details_list: Array[Peddler::APIs::FulfillmentInboundV0::AmazonPrepFeesDetails]?, ?barcode_instruction: String?, ?prep_guidance: String?, ?prep_instruction_list: Array[untyped]?, ?seller_sku: String?) -> Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions
| (String?, Array[Peddler::APIs::FulfillmentInboundV0::AmazonPrepFeesDetails]?, String?, String?, Array[untyped]?, String?) -> Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions

.parsePeddler::APIs::FulfillmentInboundV0::SKUPrepInstructions

Parameters:

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

Returns:



430
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 430

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

Instance Method Details

#members[ :asin, :amazon_prep_fees_details_list, :barcode_instruction, :prep_guidance, :prep_instruction_list, :seller_sku ]

Returns:

  • ([ :asin, :amazon_prep_fees_details_list, :barcode_instruction, :prep_guidance, :prep_instruction_list, :seller_sku ])


439
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 439

def members: () -> [ :asin, :amazon_prep_fees_details_list, :barcode_instruction, :prep_guidance, :prep_instruction_list, :seller_sku ]

#to_h{ asin: String?, amazon_prep_fees_details_list: Array[Peddler::APIs::FulfillmentInboundV0::AmazonPrepFeesDetails]?, barcode_instruction: String?, prep_guidance: String?, prep_instruction_list: Array[untyped]?, seller_sku: String? }

Returns:



440
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 440

def to_h: () -> { asin: String?, amazon_prep_fees_details_list: Array[Peddler::APIs::FulfillmentInboundV0::AmazonPrepFeesDetails]?, barcode_instruction: String?, prep_guidance: String?, prep_instruction_list: Array[untyped]?, seller_sku: String? }