class Eddy::Elements::E369
### Element Summary:
-
Id: 369
-
Name: Free-form Description
-
Type: AN
-
Min/Max: 1/45
-
Description: Free-form descriptive text
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/369.free_form_description.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "369" @name = "Free-form Description" @description = "Free-form descriptive text" super( min: 1, max: 45, req: req, ref: ref, val: val, ) end