Class: Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
- Defined in:
- sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs
Instance Attribute Summary collapse
-
#pagination ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?
readonly
Returns the value of attribute pagination.
-
#shipments ⇒ Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]?
readonly
Returns the value of attribute shipments.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :pagination, :shipments ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
Instance Method Summary collapse
-
#members ⇒ [ :pagination, :shipments ]
-
#to_h ⇒ { pagination: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, shipments: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]? }
Instance Attribute Details
#pagination ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination? (readonly)
Returns the value of attribute pagination.
824 825 826 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 824 def pagination @pagination end |
#shipments ⇒ Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]? (readonly)
Returns the value of attribute shipments.
825 826 827 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 825 def shipments @shipments end |
Class Method Details
.[](pagination:, shipments:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse .[](arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
817 818 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 817
def self.[]: (?pagination: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, ?shipments: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
|
.members ⇒ [ :pagination, :shipments ]
820 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 820
def self.members: () -> [ :pagination, :shipments ]
|
.new(pagination:, shipments:) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse .new(arg0, arg1) ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
815 816 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 815
def self.new: (?pagination: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, ?shipments: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
| (Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]?) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
|
.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
822 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 822
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::ExternalFulfillmentShipments20240911::ShipmentsResponse
|
Instance Method Details
#members ⇒ [ :pagination, :shipments ]
827 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 827
def members: () -> [ :pagination, :shipments ]
|
#to_h ⇒ { pagination: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, shipments: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]? }
828 |
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 828
def to_h: () -> { pagination: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination?, shipments: Array[Peddler::APIs::ExternalFulfillmentShipments20240911::Shipment]? }
|