Class: Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#amazon_prep_fees_details_list ⇒ Array[Peddler::APIs::FulfillmentInboundV0::AmazonPrepFeesDetails]?
readonly
Returns the value of attribute amazon_prep_fees_details_list.
-
#asin ⇒ String?
readonly
Returns the value of attribute asin.
-
#barcode_instruction ⇒ String?
readonly
Returns the value of attribute barcode_instruction.
-
#prep_guidance ⇒ String?
readonly
Returns the value of attribute prep_guidance.
-
#prep_instruction_list ⇒ Array[untyped]?
readonly
Returns the value of attribute prep_instruction_list.
-
#seller_sku ⇒ String?
readonly
Returns the value of attribute seller_sku.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :amazon_prep_fees_details_list, :barcode_instruction, :prep_guidance, :prep_instruction_list, :seller_sku ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions
Instance Method Summary collapse
-
#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? }
Instance Attribute Details
#amazon_prep_fees_details_list ⇒ Array[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 |
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
433 434 435 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 433 def asin @asin end |
#barcode_instruction ⇒ String? (readonly)
Returns the value of attribute barcode_instruction.
434 435 436 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 434 def @barcode_instruction end |
#prep_guidance ⇒ String? (readonly)
Returns the value of attribute prep_guidance.
435 436 437 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 435 def prep_guidance @prep_guidance end |
#prep_instruction_list ⇒ Array[untyped]? (readonly)
Returns the value of attribute prep_instruction_list.
436 437 438 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 436 def prep_instruction_list @prep_instruction_list end |
#seller_sku ⇒ String? (readonly)
Returns the value of attribute seller_sku.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::SKUPrepInstructions
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 ]
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? }
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? }
|