Class: Peddler::APIs::VendorShipmentsV1::TransportationLabels

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#paginationPeddler::APIs::VendorShipmentsV1::Pagination? (readonly)

Returns the value of attribute pagination.



950
951
952
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 950

def pagination
  @pagination
end

#transport_labelsArray[Peddler::APIs::VendorShipmentsV1::TransportLabel]? (readonly)

Returns the value of attribute transport_labels.



951
952
953
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 951

def transport_labels
  @transport_labels
end

Class Method Details

.[](pagination:, transport_labels:) ⇒ Peddler::APIs::VendorShipmentsV1::TransportationLabels .[](arg0, arg1) ⇒ Peddler::APIs::VendorShipmentsV1::TransportationLabels



943
944
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 943

def self.[]: (?pagination: Peddler::APIs::VendorShipmentsV1::Pagination?, ?transport_labels: Array[Peddler::APIs::VendorShipmentsV1::TransportLabel]?) -> Peddler::APIs::VendorShipmentsV1::TransportationLabels
| (Peddler::APIs::VendorShipmentsV1::Pagination?, Array[Peddler::APIs::VendorShipmentsV1::TransportLabel]?) -> Peddler::APIs::VendorShipmentsV1::TransportationLabels

.members[ :pagination, :transport_labels ]

Returns:

  • ([ :pagination, :transport_labels ])


946
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 946

def self.members: () -> [ :pagination, :transport_labels ]

.new(pagination:, transport_labels:) ⇒ Peddler::APIs::VendorShipmentsV1::TransportationLabels .new(arg0, arg1) ⇒ Peddler::APIs::VendorShipmentsV1::TransportationLabels



941
942
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 941

def self.new: (?pagination: Peddler::APIs::VendorShipmentsV1::Pagination?, ?transport_labels: Array[Peddler::APIs::VendorShipmentsV1::TransportLabel]?) -> Peddler::APIs::VendorShipmentsV1::TransportationLabels
| (Peddler::APIs::VendorShipmentsV1::Pagination?, Array[Peddler::APIs::VendorShipmentsV1::TransportLabel]?) -> Peddler::APIs::VendorShipmentsV1::TransportationLabels

.parsePeddler::APIs::VendorShipmentsV1::TransportationLabels

Parameters:

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

Returns:



948
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 948

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::TransportationLabels

Instance Method Details

#members[ :pagination, :transport_labels ]

Returns:

  • ([ :pagination, :transport_labels ])


953
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 953

def members: () -> [ :pagination, :transport_labels ]

#to_h{ pagination: Peddler::APIs::VendorShipmentsV1::Pagination?, transport_labels: Array[Peddler::APIs::VendorShipmentsV1::TransportLabel]? }



954
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 954

def to_h: () -> { pagination: Peddler::APIs::VendorShipmentsV1::Pagination?, transport_labels: Array[Peddler::APIs::VendorShipmentsV1::TransportLabel]? }