class Eddy::Elements::I06

### Element Summary:

Public Class Methods

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

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

Calls superclass method Eddy::Models::Element::AN::new
# File lib/definitions/elements/manual/i/I06.interchange_sender_id.rb, line 15
def initialize(val: nil, req: nil, ref: nil)
  @id = "I06"
  @name = "Interchange Sender ID"
  @description = "Identification code published by the sender for other parties to use as the receiver ID to route data to them; the sender always codes this value in the sender ID element"
  super(
    min: 15,
    max: 15,
    req: req,
    ref: ref,
    val: val,
  )
end