Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
- 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::OutboundOrderReference
Instance Method Summary collapse
Instance Attribute Details
#order_id ⇒ String (readonly)
Returns the value of attribute order_id.
582 583 584 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 582 def order_id @order_id end |
Class Method Details
.[](order_id:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference .[](arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
575 576 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 575
def self.[]: (order_id: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
| (String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
|
.members ⇒ [ :order_id ]
578 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 578
def self.members: () -> [ :order_id ]
|
.new(order_id:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference .new(arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
573 574 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 573
def self.new: (order_id: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
| (String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
580 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 580
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundOrderReference
|
Instance Method Details
#members ⇒ [ :order_id ]
584 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 584
def members: () -> [ :order_id ]
|
#to_h ⇒ { order_id: String }
585 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 585
def to_h: () -> { order_id: String }
|