Class: Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
- Defined in:
- sig/peddler/apis/fulfillment_inbound_v0.rbs
Instance Attribute Summary collapse
-
#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.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :barcode_instruction, :prep_guidance, :prep_instruction_list ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
Instance Method Summary collapse
-
#members ⇒ [ :asin, :barcode_instruction, :prep_guidance, :prep_instruction_list ]
-
#to_h ⇒ { asin: String?, barcode_instruction: String?, prep_guidance: String?, prep_instruction_list: Array[untyped]? }
Instance Attribute Details
#asin ⇒ String? (readonly)
Returns the value of attribute asin.
14 15 16 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 14 def asin @asin end |
#barcode_instruction ⇒ String? (readonly)
Returns the value of attribute barcode_instruction.
15 16 17 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 15 def @barcode_instruction end |
#prep_guidance ⇒ String? (readonly)
Returns the value of attribute prep_guidance.
16 17 18 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 16 def prep_guidance @prep_guidance end |
#prep_instruction_list ⇒ Array[untyped]? (readonly)
Returns the value of attribute prep_instruction_list.
17 18 19 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 17 def prep_instruction_list @prep_instruction_list end |
Class Method Details
.[](asin:, barcode_instruction:, prep_guidance:, prep_instruction_list:) ⇒ Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
7 8 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 7
def self.[]: (?asin: String?, ?barcode_instruction: String?, ?prep_guidance: String?, ?prep_instruction_list: Array[untyped]?) -> Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
| (String?, String?, String?, Array[untyped]?) -> Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
|
.members ⇒ [ :asin, :barcode_instruction, :prep_guidance, :prep_instruction_list ]
10 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 10
def self.members: () -> [ :asin, :barcode_instruction, :prep_guidance, :prep_instruction_list ]
|
.new(asin:, barcode_instruction:, prep_guidance:, prep_instruction_list:) ⇒ Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
5 6 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 5
def self.new: (?asin: String?, ?barcode_instruction: String?, ?prep_guidance: String?, ?prep_instruction_list: Array[untyped]?) -> Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
| (String?, String?, String?, Array[untyped]?) -> Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
|
.parse ⇒ Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
12 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 12
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInboundV0::ASINPrepInstructions
|
Instance Method Details
#members ⇒ [ :asin, :barcode_instruction, :prep_guidance, :prep_instruction_list ]
19 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 19
def members: () -> [ :asin, :barcode_instruction, :prep_guidance, :prep_instruction_list ]
|
#to_h ⇒ { asin: String?, barcode_instruction: String?, prep_guidance: String?, prep_instruction_list: Array[untyped]? }
20 |
# File 'sig/peddler/apis/fulfillment_inbound_v0.rbs', line 20
def to_h: () -> { asin: String?, barcode_instruction: String?, prep_guidance: String?, prep_instruction_list: Array[untyped]? }
|