class Eddy::Elements::E352
### Element Summary:
-
Id: 352
-
Name: Description
-
Type: AN
-
Min/Max: 1/80
-
Description: A free-form description to clarify the related data elements and their content
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/352.description.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "352" @name = "Description" @description = "A free-form description to clarify the related data elements and their content" super( min: 1, max: 80, req: req, ref: ref, val: val, ) end