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.
790 791 792 |
# File 'sig/peddler/apis/amazon_warehousing_and_distribution_2024_05_09.rbs', line 790 def next_token @next_token end |
#shipments ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::AmazonWarehousingAndDistribution20240509::ShipmentListing
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 ]
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]? }
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]? }
|