class Eddy::Elements::E124
### Element Summary:
-
Id: 124
-
Name: Application Receiver's Code
-
Type: AN
-
Min/Max: 2/15
-
Description: Code identifying party receiving transmission. Codes agreed to by trading partners
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/124.application_receivers_code.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "124" @name = "Application Receiver's Code" @description = "Code identifying party receiving transmission. Codes agreed to by trading partners" super( min: 2, max: 15, req: req, ref: ref, val: val, ) end