Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
- 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::InboundOrderReference
Instance Method Summary collapse
Instance Attribute Details
#order_id ⇒ String (readonly)
Returns the value of attribute order_id.
276 277 278 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 276 def order_id @order_id end |
Class Method Details
.[](order_id:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference .[](arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
269 270 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 269
def self.[]: (order_id: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
| (String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
|
.members ⇒ [ :order_id ]
272 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 272
def self.members: () -> [ :order_id ]
|
.new(order_id:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference .new(arg0) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
267 268 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 267
def self.new: (order_id: String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
| (String) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
274 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 274
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundOrderReference
|
Instance Method Details
#members ⇒ [ :order_id ]
278 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 278
def members: () -> [ :order_id ]
|
#to_h ⇒ { order_id: String }
279 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 279
def to_h: () -> { order_id: String }
|