Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing

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

#next_tokenString? (readonly)

Returns the value of attribute next_token.

Returns:

  • (String, nil)


790
791
792
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 790

def next_token
  @next_token
end

#shipmentsArray[Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary]? (readonly)

Returns the value of attribute shipments.



791
792
793
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 791

def shipments
  @shipments
end

Class Method Details

.[](next_token:, shipments:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing .[](arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing



783
784
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 783

def self.[]: (?next_token: String?, ?shipments: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing
| (String?, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing

.members[ :next_token, :shipments ]

Returns:

  • ([ :next_token, :shipments ])


786
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 786

def self.members: () -> [ :next_token, :shipments ]

.new(next_token:, shipments:) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing .new(arg0, arg1) ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing



781
782
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 781

def self.new: (?next_token: String?, ?shipments: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing
| (String?, Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary]?) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing

.parsePeddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing

Parameters:

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

Returns:



788
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 788

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing

Instance Method Details

#members[ :next_token, :shipments ]

Returns:

  • ([ :next_token, :shipments ])


793
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 793

def members: () -> [ :next_token, :shipments ]

#to_h{ next_token: String?, shipments: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary]? }

Returns:



794
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 794

def to_h: () -> { next_token: String?, shipments: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary]? }