Class: Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing
- Defined in:
- sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs
Instance Attribute Summary collapse
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
-
#shipments ⇒ Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary]?
readonly
Returns the value of attribute shipments.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :next_token, :shipments ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing
Instance Method Summary collapse
-
#members ⇒ [ :next_token, :shipments ]
-
#to_h ⇒ { next_token: String?, shipments: Array[Peddler::APIs::AmazonWarehousingAndDistribution20240509::InboundShipmentSummary]? }
Instance Attribute Details
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
946 947 948 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 946 def next_token @next_token end |
#shipments ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing
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 ]
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]? }
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]? }
|