class Eddy::Elements::E396
### Element Summary:
-
Id: 396
-
Name: Shipment Identification
-
Type: AN
-
Min/Max: 2/30
-
Description: A unique control number assigned by the original shipper to identify a specific shipment
Public Class Methods
new(val: nil, req: nil, ref: nil)
click to toggle source
@param val [String] @param req [String] @param ref [String] @return [void]
Calls superclass method
Eddy::Models::Element::AN::new
# File lib/definitions/elements/generated/396.shipment_identification.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "396" @name = "Shipment Identification" @description = "A unique control number assigned by the original shipper to identify a specific shipment" super( min: 2, max: 30, req: req, ref: ref, val: val, ) end