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)


946
947
948
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 946

def next_token
  @next_token
end

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

Returns the value of attribute shipments.



947
948
949
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 947

def shipments
  @shipments
end

Class Method Details

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



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

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 ])


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

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

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



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

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:



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

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

Instance Method Details

#members[ :next_token, :shipments ]

Returns:

  • ([ :next_token, :shipments ])


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

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

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

Returns:



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

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