Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#order_idString (readonly)

Returns the value of attribute order_id.

Returns:

  • (String)


827
828
829
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 827

def order_id
  @order_id
end

Class Method Details

.[](order_id:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference .[](arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference



820
821
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 820

def self.[]: (order_id: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
| (String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference

.members[ :order_id ]

Returns:

  • ([ :order_id ])


823
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 823

def self.members: () -> [ :order_id ]

.new(order_id:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference .new(arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference



818
819
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 818

def self.new: (order_id: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
| (String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference

Parameters:

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

Returns:



825
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 825

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

Instance Method Details

#members[ :order_id ]

Returns:

  • ([ :order_id ])


829
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 829

def members: () -> [ :order_id ]

#to_h{ order_id: String }

Returns:

  • ({ order_id: String })


830
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 830

def to_h: () -> { order_id: String }