class Eddy::Elements::I04

### Element Summary:

### Notes:

Public Class Methods

new(val: (" " * 10), req: nil, ref: nil) click to toggle source

@param val [String] (“ ”) @param req [String] (nil) @param ref [String] (nil) @return [void]

Calls superclass method Eddy::Models::Element::AN::new
# File lib/definitions/elements/manual/i/I04.security_information.rb, line 19
def initialize(val: (" " * 10), req: nil, ref: nil)
  @id = "I04"
  @name = "Security Information"
  @description = "This is used for identifying the security information about the interchange sender or the data in the interchange; the type of information is set by the Security Information Qualifier (`I03`)"
  super(
    min: 10,
    max: 10,
    req: req,
    ref: ref,
    val: val,
  )
end