Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#created_atTime? (readonly)

Returns the value of attribute created_at.

Returns:

  • (Time, nil)


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_idString? (readonly)

Returns the value of attribute external_reference_id.

Returns:

  • (String, nil)


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_idString (readonly)

Returns the value of attribute order_id.

Returns:

  • (String)


357
358
359
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 357

def order_id
  @order_id
end

#shipment_idString (readonly)

Returns the value of attribute shipment_id.

Returns:

  • (String)


358
359
360
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 358

def shipment_id
  @shipment_id
end

#shipment_statusString (readonly)

Returns the value of attribute shipment_status.

Returns:

  • (String)


359
360
361
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 359

def shipment_status
  @shipment_status
end

#updated_atTime? (readonly)

Returns the value of attribute updated_at.

Returns:

  • (Time, nil)


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

Overloads:



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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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? }

Returns:

  • ({ 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? }