class Eddy::Elements::E79
### Element Summary:
-
Id: 79
-
Name: Lading Description
-
Type: AN
-
Min/Max: 1/50
-
Description: Description of an item as required for rating and billing purposes
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/79.lading_description.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "79" @name = "Lading Description" @description = "Description of an item as required for rating and billing purposes" super( min: 1, max: 50, req: req, ref: ref, val: val, ) end