class Eddy::Elements::I16

### 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/i/I16.number_of_included_functional_groups.rb, line 15
def initialize(val: nil, req: nil, ref: nil)
  @id = "I16"
  @name = "Number of Included Functional Groups"
  @description = "A count of the number of functional groups included in an interchange"
  super(
    min: 1,
    max: 5,
    req: req,
    ref: ref,
    val: val,
    decimals: 0,
  )
end