class Eddy::Elements::E67
### Element Summary:
-
Id: 67
-
Name: Identification Code
-
Type: AN
-
Min/Max: 2/80
-
Description: Code identifying a party or other code
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/67.identification_code.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "67" @name = "Identification Code" @description = "Code identifying a party or other code" super( min: 2, max: 80, req: req, ref: ref, val: val, ) end