Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs
Instance Attribute Summary collapse
-
#container_label ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ContainerLabel
readonly
Returns the value of attribute container_label.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :container_label ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
Instance Method Summary collapse
-
#members ⇒ [ :container_label ]
-
#to_h ⇒ { container_label: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ContainerLabel }
Instance Attribute Details
#container_label ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::ContainerLabel (readonly)
Returns the value of attribute container_label.
105 106 107 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 105 def container_label @container_label end |
Class Method Details
.[](container_label:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
98 99 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 98
def self.[]: (container_label: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ContainerLabel) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
| (Peddler::APIs::VendorDirectFulfillmentShipping20211228::ContainerLabel) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
|
.members ⇒ [ :container_label ]
101 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 101
def self.members: () -> [ :container_label ]
|
.new(container_label:) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
96 97 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 96
def self.new: (container_label: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ContainerLabel) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
| (Peddler::APIs::VendorDirectFulfillmentShipping20211228::ContainerLabel) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
103 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 103
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentShipping20211228::CreateContainerLabelResponse
|
Instance Method Details
#members ⇒ [ :container_label ]
107 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 107
def members: () -> [ :container_label ]
|
#to_h ⇒ { container_label: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ContainerLabel }
108 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 108
def to_h: () -> { container_label: Peddler::APIs::VendorDirectFulfillmentShipping20211228::ContainerLabel }
|