Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#paginationPeddler::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_labelsArray[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 ]

Returns:

  • ([ :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

.parsePeddler::APIs::VendorDirectFulfillmentShippingV1::ShippingLabelList

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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]? }