class Eddy::Elements::E382
### Element Summary:
-
Id: 382
-
Name: Number of Units Shipped
-
Type: R
-
Min/Max: 1/10
-
Description: Numeric value of units shipped in manufacturer's shipping units for a line item or transaction set
Public Class Methods
new(val: nil, req: nil, ref: nil)
click to toggle source
@param val [Float] @param req [String] @param ref [String] @return [void]
Calls superclass method
Eddy::Models::Element::R::new
# File lib/definitions/elements/generated/382.number_of_units_shipped.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "382" @name = "Number of Units Shipped" @description = "Numeric value of units shipped in manufacturer's shipping units for a line item or transaction set" super( min: 1, max: 10, req: req, ref: ref, val: val, ) end