Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#created_at ⇒ Time?
readonly
Returns the value of attribute created_at.
-
#external_reference_id ⇒ String?
readonly
Returns the value of attribute external_reference_id.
-
#order_id ⇒ String
readonly
Returns the value of attribute order_id.
-
#shipment_id ⇒ String
readonly
Returns the value of attribute shipment_id.
-
#shipment_status ⇒ String
readonly
Returns the value of attribute shipment_status.
-
#updated_at ⇒ Time?
readonly
Returns the value of attribute updated_at.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :order_id, :shipment_id, :shipment_status, :created_at, :external_reference_id, :updated_at ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
Instance Method Summary collapse
-
#members ⇒ [ :order_id, :shipment_id, :shipment_status, :created_at, :external_reference_id, :updated_at ]
-
#to_h ⇒ { order_id: String, shipment_id: String, shipment_status: String, created_at: Time?, external_reference_id: String?, updated_at: Time? }
Instance Attribute Details
#created_at ⇒ Time? (readonly)
Returns the value of attribute created_at.
355 356 357 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 355 def created_at @created_at end |
#external_reference_id ⇒ String? (readonly)
Returns the value of attribute external_reference_id.
356 357 358 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 356 def external_reference_id @external_reference_id end |
#order_id ⇒ String (readonly)
Returns the value of attribute order_id.
357 358 359 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 357 def order_id @order_id end |
#shipment_id ⇒ String (readonly)
Returns the value of attribute shipment_id.
358 359 360 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 358 def shipment_id @shipment_id end |
#shipment_status ⇒ String (readonly)
Returns the value of attribute shipment_status.
359 360 361 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 359 def shipment_status @shipment_status end |
#updated_at ⇒ Time? (readonly)
Returns the value of attribute updated_at.
360 361 362 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 360 def updated_at @updated_at end |
Class Method Details
.[](order_id:, shipment_id:, shipment_status:, created_at:, external_reference_id:, updated_at:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary .[](arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
348 349 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 348
def self.[]: (order_id: String, shipment_id: String, shipment_status: String, ?created_at: Time?, ?external_reference_id: String?, ?updated_at: Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
| (String, String, String, Time?, String?, Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
|
.members ⇒ [ :order_id, :shipment_id, :shipment_status, :created_at, :external_reference_id, :updated_at ]
351 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 351
def self.members: () -> [ :order_id, :shipment_id, :shipment_status, :created_at, :external_reference_id, :updated_at ]
|
.new(order_id:, shipment_id:, shipment_status:, created_at:, external_reference_id:, updated_at:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary .new(arg0, arg1, arg2, arg3, arg4, arg5) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
346 347 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 346
def self.new: (order_id: String, shipment_id: String, shipment_status: String, ?created_at: Time?, ?external_reference_id: String?, ?updated_at: Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
| (String, String, String, Time?, String?, Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
353 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 353
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary
|
Instance Method Details
#members ⇒ [ :order_id, :shipment_id, :shipment_status, :created_at, :external_reference_id, :updated_at ]
362 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 362
def members: () -> [ :order_id, :shipment_id, :shipment_status, :created_at, :external_reference_id, :updated_at ]
|
#to_h ⇒ { order_id: String, shipment_id: String, shipment_status: String, created_at: Time?, external_reference_id: String?, updated_at: Time? }
363 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 363
def to_h: () -> { order_id: String, shipment_id: String, shipment_status: String, created_at: Time?, external_reference_id: String?, updated_at: Time? }
|