class Eddy::Elements::E87
### Element Summary:
-
Id: 87
-
Name: Marks and Numbers
-
Type: AN
-
Min/Max: 1/48
-
Description: Marks and numbers used to identify a shipment or parts of a 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/87.marks_and_numbers.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "87" @name = "Marks and Numbers" @description = "Marks and numbers used to identify a shipment or parts of a shipment" super( min: 1, max: 48, req: req, ref: ref, val: val, ) end