Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
- 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.
-
#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, :updated_at ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
Instance Method Summary collapse
-
#members ⇒ [ :order_id, :shipment_id, :shipment_status, :created_at, :updated_at ]
-
#to_h ⇒ { order_id: String, shipment_id: String, shipment_status: String, created_at: Time?, updated_at: Time? }
Instance Attribute Details
#created_at ⇒ Time? (readonly)
Returns the value of attribute created_at.
483 484 485 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 483 def created_at @created_at end |
#order_id ⇒ String (readonly)
Returns the value of attribute order_id.
484 485 486 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 484 def order_id @order_id end |
#shipment_id ⇒ String (readonly)
Returns the value of attribute shipment_id.
485 486 487 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 485 def shipment_id @shipment_id end |
#shipment_status ⇒ String (readonly)
Returns the value of attribute shipment_status.
486 487 488 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 486 def shipment_status @shipment_status end |
#updated_at ⇒ Time? (readonly)
Returns the value of attribute updated_at.
487 488 489 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 487 def updated_at @updated_at end |
Class Method Details
.[](order_id:, shipment_id:, shipment_status:, created_at:, updated_at:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary .[](arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
476 477 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 476
def self.[]: (order_id: String, shipment_id: String, shipment_status: String, ?created_at: Time?, ?updated_at: Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
| (String, String, String, Time?, Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
|
.members ⇒ [ :order_id, :shipment_id, :shipment_status, :created_at, :updated_at ]
479 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 479
def self.members: () -> [ :order_id, :shipment_id, :shipment_status, :created_at, :updated_at ]
|
.new(order_id:, shipment_id:, shipment_status:, created_at:, updated_at:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary .new(arg0, arg1, arg2, arg3, arg4) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
474 475 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 474
def self.new: (order_id: String, shipment_id: String, shipment_status: String, ?created_at: Time?, ?updated_at: Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
| (String, String, String, Time?, Time?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
481 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 481
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::OutboundShipmentSummary
|
Instance Method Details
#members ⇒ [ :order_id, :shipment_id, :shipment_status, :created_at, :updated_at ]
489 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 489
def members: () -> [ :order_id, :shipment_id, :shipment_status, :created_at, :updated_at ]
|
#to_h ⇒ { order_id: String, shipment_id: String, shipment_status: String, created_at: Time?, updated_at: Time? }
490 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 490
def to_h: () -> { order_id: String, shipment_id: String, shipment_status: String, created_at: Time?, updated_at: Time? }
|