Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#order_id ⇒ String
readonly
Returns the value of attribute order_id.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :order_id ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
Instance Method Summary collapse
Instance Attribute Details
#order_id ⇒ String (readonly)
Returns the value of attribute order_id.
688 689 690 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 688 def order_id @order_id end |
Class Method Details
.[](order_id:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference .[](arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
681 682 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 681
def self.[]: (order_id: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
| (String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
|
.members ⇒ [ :order_id ]
684 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 684
def self.members: () -> [ :order_id ]
|
.new(order_id:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference .new(arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
679 680 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 679
def self.new: (order_id: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
| (String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
686 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 686
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ReplenishmentOrderReference
|
Instance Method Details
#members ⇒ [ :order_id ]
690 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 690
def members: () -> [ :order_id ]
|
#to_h ⇒ { order_id: String }
691 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 691
def to_h: () -> { order_id: String }
|