Class: Peddler::APIs::VendorShipmentsV1::ContainerIdentification
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::ContainerIdentification
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.rbs
Instance Attribute Summary collapse
-
#container_identification_number ⇒ String
readonly
Returns the value of attribute container_identification_number.
-
#container_identification_type ⇒ String
readonly
Returns the value of attribute container_identification_type.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :container_identification_number, :container_identification_type ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::VendorShipmentsV1::ContainerIdentification
Instance Method Summary collapse
-
#members ⇒ [ :container_identification_number, :container_identification_type ]
-
#to_h ⇒ { container_identification_number: String, container_identification_type: String }
Instance Attribute Details
#container_identification_number ⇒ String (readonly)
Returns the value of attribute container_identification_number.
116 117 118 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 116 def container_identification_number @container_identification_number end |
#container_identification_type ⇒ String (readonly)
Returns the value of attribute container_identification_type.
117 118 119 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 117 def container_identification_type @container_identification_type end |
Class Method Details
.[](container_identification_number:, container_identification_type:) ⇒ Peddler::APIs::VendorShipmentsV1::ContainerIdentification .[](arg0, arg1) ⇒ Peddler::APIs::VendorShipmentsV1::ContainerIdentification
109 110 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 109
def self.[]: (container_identification_number: String, container_identification_type: String) -> Peddler::APIs::VendorShipmentsV1::ContainerIdentification
| (String, String) -> Peddler::APIs::VendorShipmentsV1::ContainerIdentification
|
.members ⇒ [ :container_identification_number, :container_identification_type ]
112 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 112
def self.members: () -> [ :container_identification_number, :container_identification_type ]
|
.new(container_identification_number:, container_identification_type:) ⇒ Peddler::APIs::VendorShipmentsV1::ContainerIdentification .new(arg0, arg1) ⇒ Peddler::APIs::VendorShipmentsV1::ContainerIdentification
107 108 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 107
def self.new: (container_identification_number: String, container_identification_type: String) -> Peddler::APIs::VendorShipmentsV1::ContainerIdentification
| (String, String) -> Peddler::APIs::VendorShipmentsV1::ContainerIdentification
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::ContainerIdentification
114 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 114
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::ContainerIdentification
|
Instance Method Details
#members ⇒ [ :container_identification_number, :container_identification_type ]
119 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 119
def members: () -> [ :container_identification_number, :container_identification_type ]
|
#to_h ⇒ { container_identification_number: String, container_identification_type: String }
120 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 120
def to_h: () -> { container_identification_number: String, container_identification_type: String }
|