Class: Peddler::APIs::VendorShipmentsV1::TransportationLabels
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::TransportationLabels
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.rbs
Instance Attribute Summary collapse
-
#pagination ⇒ Peddler::APIs::VendorShipmentsV1::Pagination?
readonly
Returns the value of attribute pagination.
-
#transport_labels ⇒ Array[Peddler::APIs::VendorShipmentsV1::TransportLabel]?
readonly
Returns the value of attribute transport_labels.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :pagination, :transport_labels ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorShipmentsV1::TransportationLabels
Instance Method Summary collapse
-
#members ⇒ [ :pagination, :transport_labels ]
-
#to_h ⇒ { pagination: Peddler::APIs::VendorShipmentsV1::Pagination?, transport_labels: Array[Peddler::APIs::VendorShipmentsV1::TransportLabel]? }
Instance Attribute Details
#pagination ⇒ Peddler::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_labels ⇒ Array[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 ]
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
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::TransportationLabels
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 ]
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]? }
|