class Eddy::Elements::E183
### Element Summary:
-
Id: 183
-
Name: Volume
-
Type: R
-
Min/Max: 1/8
-
Description: Value of volumetric measure
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/183.volume.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "183" @name = "Volume" @description = "Value of volumetric measure" super( min: 1, max: 8, req: req, ref: ref, val: val, ) end