Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs
Instance Attribute Summary collapse
-
#pagination ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?
readonly
Returns the value of attribute pagination.
-
#shipping_labels ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabel]?
readonly
Returns the value of attribute shipping_labels.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :pagination, :shipping_labels ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
Instance Method Summary collapse
-
#members ⇒ [ :pagination, :shipping_labels ]
-
#to_h ⇒ { pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?, shipping_labels: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabel]? }
Instance Attribute Details
#pagination ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination? (readonly)
Returns the value of attribute pagination.
469 470 471 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 469 def pagination @pagination end |
#shipping_labels ⇒ Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabel]? (readonly)
Returns the value of attribute shipping_labels.
470 471 472 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 470 def shipping_labels @shipping_labels end |
Class Method Details
.[](pagination:, shipping_labels:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList .[](arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
462 463 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 462
def self.[]: (?pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?, ?shipping_labels: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabel]?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
| (Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?, Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabel]?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
|
.members ⇒ [ :pagination, :shipping_labels ]
465 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 465
def self.members: () -> [ :pagination, :shipping_labels ]
|
.new(pagination:, shipping_labels:) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList .new(arg0, arg1) ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
460 461 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 460
def self.new: (?pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?, ?shipping_labels: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabel]?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
| (Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?, Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabel]?) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
467 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 467
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList
|
Instance Method Details
#members ⇒ [ :pagination, :shipping_labels ]
472 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 472
def members: () -> [ :pagination, :shipping_labels ]
|
#to_h ⇒ { pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?, shipping_labels: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabel]? }
473 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 473
def to_h: () -> { pagination: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination?, shipping_labels: Array[Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabel]? }
|