Class: Peddler::APIs::FulfillmentInbound20240320::Item
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::Item
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#asin ⇒ String
readonly
Returns the value of attribute asin.
-
#expiration ⇒ String?
readonly
Returns the value of attribute expiration.
-
#fnsku ⇒ String
readonly
Returns the value of attribute fnsku.
-
#label_owner ⇒ String
readonly
Returns the value of attribute label_owner.
-
#manufacturing_lot_code ⇒ String?
readonly
Returns the value of attribute manufacturing_lot_code.
-
#msku ⇒ String
readonly
Returns the value of attribute msku.
-
#prep_instructions ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PrepInstruction]
readonly
Returns the value of attribute prep_instructions.
-
#quantity ⇒ Integer
readonly
Returns the value of attribute quantity.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :asin, :fnsku, :label_owner, :msku, :prep_instructions, :quantity, :expiration, :manufacturing_lot_code ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Item
Instance Method Summary collapse
-
#members ⇒ [ :asin, :fnsku, :label_owner, :msku, :prep_instructions, :quantity, :expiration, :manufacturing_lot_code ]
-
#to_h ⇒ { asin: String, fnsku: String, label_owner: String, msku: String, prep_instructions: Array[Peddler::APIs::FulfillmentInbound20240320::PrepInstruction], quantity: Integer, expiration: String?, manufacturing_lot_code: String? }
Instance Attribute Details
#asin ⇒ String (readonly)
Returns the value of attribute asin.
913 914 915 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 913 def asin @asin end |
#expiration ⇒ String? (readonly)
Returns the value of attribute expiration.
914 915 916 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 914 def expiration @expiration end |
#fnsku ⇒ String (readonly)
Returns the value of attribute fnsku.
915 916 917 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 915 def fnsku @fnsku end |
#label_owner ⇒ String (readonly)
Returns the value of attribute label_owner.
916 917 918 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 916 def label_owner @label_owner end |
#manufacturing_lot_code ⇒ String? (readonly)
Returns the value of attribute manufacturing_lot_code.
917 918 919 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 917 def manufacturing_lot_code @manufacturing_lot_code end |
#msku ⇒ String (readonly)
Returns the value of attribute msku.
918 919 920 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 918 def msku @msku end |
#prep_instructions ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PrepInstruction] (readonly)
Returns the value of attribute prep_instructions.
919 920 921 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 919 def prep_instructions @prep_instructions end |
#quantity ⇒ Integer (readonly)
Returns the value of attribute quantity.
920 921 922 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 920 def quantity @quantity end |
Class Method Details
.[](asin:, fnsku:, label_owner:, msku:, prep_instructions:, quantity:, expiration:, manufacturing_lot_code:) ⇒ Peddler::APIs::FulfillmentInbound20240320::Item .[](arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentInbound20240320::Item
906 907 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 906
def self.[]: (asin: String, fnsku: String, label_owner: String, msku: String, prep_instructions: Array[Peddler::APIs::FulfillmentInbound20240320::PrepInstruction], quantity: Integer, ?expiration: String?, ?manufacturing_lot_code: String?) -> Peddler::APIs::FulfillmentInbound20240320::Item
| (String, String, String, String, Array[Peddler::APIs::FulfillmentInbound20240320::PrepInstruction], Integer, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::Item
|
.members ⇒ [ :asin, :fnsku, :label_owner, :msku, :prep_instructions, :quantity, :expiration, :manufacturing_lot_code ]
909 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 909
def self.members: () -> [ :asin, :fnsku, :label_owner, :msku, :prep_instructions, :quantity, :expiration, :manufacturing_lot_code ]
|
.new(asin:, fnsku:, label_owner:, msku:, prep_instructions:, quantity:, expiration:, manufacturing_lot_code:) ⇒ Peddler::APIs::FulfillmentInbound20240320::Item .new(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) ⇒ Peddler::APIs::FulfillmentInbound20240320::Item
904 905 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 904
def self.new: (asin: String, fnsku: String, label_owner: String, msku: String, prep_instructions: Array[Peddler::APIs::FulfillmentInbound20240320::PrepInstruction], quantity: Integer, ?expiration: String?, ?manufacturing_lot_code: String?) -> Peddler::APIs::FulfillmentInbound20240320::Item
| (String, String, String, String, Array[Peddler::APIs::FulfillmentInbound20240320::PrepInstruction], Integer, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::Item
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Item
911 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 911
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::Item
|
Instance Method Details
#members ⇒ [ :asin, :fnsku, :label_owner, :msku, :prep_instructions, :quantity, :expiration, :manufacturing_lot_code ]
922 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 922
def members: () -> [ :asin, :fnsku, :label_owner, :msku, :prep_instructions, :quantity, :expiration, :manufacturing_lot_code ]
|
#to_h ⇒ { asin: String, fnsku: String, label_owner: String, msku: String, prep_instructions: Array[Peddler::APIs::FulfillmentInbound20240320::PrepInstruction], quantity: Integer, expiration: String?, manufacturing_lot_code: String? }
923 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 923
def to_h: () -> { asin: String, fnsku: String, label_owner: String, msku: String, prep_instructions: Array[Peddler::APIs::FulfillmentInbound20240320::PrepInstruction], quantity: Integer, expiration: String?, manufacturing_lot_code: String? }
|