class Eddy::Elements::E212
### Element Summary:
-
Id: 212
-
Name: Unit Price
-
Type: R
-
Min/Max: 1/17
-
Description: Price per unit of product, service, commodity, etc.
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/212.unit_price.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "212" @name = "Unit Price" @description = "Price per unit of product, service, commodity, etc." super( min: 1, max: 17, req: req, ref: ref, val: val, ) end