Class: Peddler::APIs::VendorShipmentsV1::ContainerIdentification

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

#container_identification_numberString (readonly)

Returns the value of attribute container_identification_number.

Returns:

  • (String)


116
117
118
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 116

def container_identification_number
  @container_identification_number
end

#container_identification_typeString (readonly)

Returns the value of attribute container_identification_type.

Returns:

  • (String)


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

Overloads:



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 ]

Returns:

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

Overloads:



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

.parsePeddler::APIs::VendorShipmentsV1::ContainerIdentification

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:

  • ({ 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 }