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.
622 623 624 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 622 def created_at @created_at end |
#order_id ⇒ String (readonly)
Returns the value of attribute order_id.
623 624 625 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 623 def order_id @order_id end |
#shipment_id ⇒ String (readonly)
Returns the value of attribute shipment_id.
624 625 626 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 624 def shipment_id @shipment_id end |
#shipment_status ⇒ String (readonly)
Returns the value of attribute shipment_status.
625 626 627 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 625 def shipment_status @shipment_status end |
#updated_at ⇒ Time? (readonly)
Returns the value of attribute updated_at.
626 627 628 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 626 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
615 616 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 615
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 ]
618 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 618
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
613 614 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 613
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
620 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 620
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 ]
628 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 628
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? }
629 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 629
def to_h: () -> { order_id: String, shipment_id: String, shipment_status: String, created_at: Time?, updated_at: Time? }
|