class Eddy::Elements::E387
### Element Summary:
-
Id: 387
-
Name: Routing
-
Type: AN
-
Min/Max: 1/35
-
Description: Free-form description of the routing or requested routing for shipment, or the originating carrier's identity
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/387.routing.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "387" @name = "Routing" @description = "Free-form description of the routing or requested routing for shipment, or the originating carrier's identity" super( min: 1, max: 35, req: req, ref: ref, val: val, ) end