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