class Eddy::Elements::E96

### Element Summary:

Public Class Methods

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

@param val [Integer] @param req [String] @param ref [String] @return [void]

Calls superclass method Eddy::Models::Element::N::new
# File lib/definitions/elements/manual/96.number_of_included_segments.rb, line 15
def initialize(val: nil, req: nil, ref: nil)
  @id = "96"
  @name = "Number of Included Segments"
  @description = "Total number of segments included in a transaction set including ST and SE segments"
  super(
    min: 1,
    max: 10,
    req: req,
    ref: ref,
    val: val,
    decimals: 0,
  )
end