Class: Peddler::APIs::FulfillmentInbound20240320::ItemInput

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

#expirationString? (readonly)

Returns the value of attribute expiration.

Returns:

  • (String, nil)


936
937
938
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 936

def expiration
  @expiration
end

#label_ownerString (readonly)

Returns the value of attribute label_owner.

Returns:

  • (String)


937
938
939
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 937

def label_owner
  @label_owner
end

#manufacturing_lot_codeString? (readonly)

Returns the value of attribute manufacturing_lot_code.

Returns:

  • (String, nil)


938
939
940
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 938

def manufacturing_lot_code
  @manufacturing_lot_code
end

#mskuString (readonly)

Returns the value of attribute msku.

Returns:

  • (String)


939
940
941
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 939

def msku
  @msku
end

#prep_ownerString (readonly)

Returns the value of attribute prep_owner.

Returns:

  • (String)


940
941
942
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 940

def prep_owner
  @prep_owner
end

#quantityInteger (readonly)

Returns the value of attribute quantity.

Returns:

  • (Integer)


941
942
943
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 941

def quantity
  @quantity
end

Class Method Details

.[](label_owner:, msku:, prep_owner:, quantity:, expiration:, manufacturing_lot_code:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ItemInput .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentInbound20240320::ItemInput

Overloads:



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

def self.[]: (label_owner: String, msku: String, prep_owner: String, quantity: Integer, ?expiration: String?, ?manufacturing_lot_code: String?) -> Peddler::APIs::FulfillmentInbound20240320::ItemInput
| (String, String, String, Integer, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::ItemInput

.members[ :label_owner, :msku, :prep_owner, :quantity, :expiration, :manufacturing_lot_code ]

Returns:

  • ([ :label_owner, :msku, :prep_owner, :quantity, :expiration, :manufacturing_lot_code ])


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

def self.members: () -> [ :label_owner, :msku, :prep_owner, :quantity, :expiration, :manufacturing_lot_code ]

.new(label_owner:, msku:, prep_owner:, quantity:, expiration:, manufacturing_lot_code:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ItemInput .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::FulfillmentInbound20240320::ItemInput

Overloads:



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

def self.new: (label_owner: String, msku: String, prep_owner: String, quantity: Integer, ?expiration: String?, ?manufacturing_lot_code: String?) -> Peddler::APIs::FulfillmentInbound20240320::ItemInput
| (String, String, String, Integer, String?, String?) -> Peddler::APIs::FulfillmentInbound20240320::ItemInput

.parsePeddler::APIs::FulfillmentInbound20240320::ItemInput

Parameters:

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

Returns:



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

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

Instance Method Details

#members[ :label_owner, :msku, :prep_owner, :quantity, :expiration, :manufacturing_lot_code ]

Returns:

  • ([ :label_owner, :msku, :prep_owner, :quantity, :expiration, :manufacturing_lot_code ])


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

def members: () -> [ :label_owner, :msku, :prep_owner, :quantity, :expiration, :manufacturing_lot_code ]

#to_h{ label_owner: String, msku: String, prep_owner: String, quantity: Integer, expiration: String?, manufacturing_lot_code: String? }

Returns:

  • ({ label_owner: String, msku: String, prep_owner: String, quantity: Integer, expiration: String?, manufacturing_lot_code: String? })


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

def to_h: () -> { label_owner: String, msku: String, prep_owner: String, quantity: Integer, expiration: String?, manufacturing_lot_code: String? }