Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs
Instance Attribute Summary collapse
-
#packing_slips ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlip]?
readonly
Returns the value of attribute packing_slips.
-
#pagination ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination?
readonly
Returns the value of attribute pagination.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :packing_slips, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
Instance Method Summary collapse
-
#members ⇒ [ :packing_slips, :pagination ]
-
#to_h ⇒ { packing_slips: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlip]?, pagination: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination? }
Instance Attribute Details
#packing_slips ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlip]? (readonly)
Returns the value of attribute packing_slips.
340 341 342 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 340 def packing_slips @packing_slips end |
#pagination ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination? (readonly)
Returns the value of attribute pagination.
341 342 343 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 341 def pagination @pagination end |
Class Method Details
.[](packing_slips:, pagination:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList .[](arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
333 334 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 333
def self.[]: (?packing_slips: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlip]?, ?pagination: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
| (Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlip]?, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
|
.members ⇒ [ :packing_slips, :pagination ]
336 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 336
def self.members: () -> [ :packing_slips, :pagination ]
|
.new(packing_slips:, pagination:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList .new(arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
331 332 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 331
def self.new: (?packing_slips: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlip]?, ?pagination: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
| (Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlip]?, Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination?) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
338 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 338
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlipList
|
Instance Method Details
#members ⇒ [ :packing_slips, :pagination ]
343 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 343
def members: () -> [ :packing_slips, :pagination ]
|
#to_h ⇒ { packing_slips: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlip]?, pagination: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination? }
344 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 344
def to_h: () -> { packing_slips: Array[Peddler::APIs::VendorDirectFulfillmentShipping20211228::PackingSlip]?, pagination: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination? }
|