class Eddy::Elements::E646
### Element Summary:
-
Id: 646
-
Name: Quantity Shipped to Date
-
Type: R
-
Min/Max: 1/15
-
Description: Number of units shipped to date
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/646.quantity_shipped_to_date.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "646" @name = "Quantity Shipped to Date" @description = "Number of units shipped to date" super( min: 1, max: 15, req: req, ref: ref, val: val, ) end