class Eddy::Elements::E97

### Element Summary:

Public Class Methods

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

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

Calls superclass method Eddy::Models::Element::N::new
# File lib/definitions/elements/manual/97.number_of_transaction_sets_included.rb, line 15
def initialize(val: nil, req: nil, ref: nil)
  @id = "97"
  @name = "Number of Transaction Sets Included"
  @description = "Total number of transaction sets included in the functional group or interchange (transmission) group terminated by the trailer containing this data element"
  super(
    min: 1,
    max: 6,
    req: req,
    ref: ref,
    val: val,
    decimals: 0,
  )
end