class Eddy::Elements::E280
### Element Summary:
-
Id: 280
-
Name: Exchange Rate
-
Type: R
-
Min/Max: 4/10
-
Description: Value to be used as a multiplier conversion factor to convert monetary value from one currency to another
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/280.exchange_rate.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "280" @name = "Exchange Rate" @description = "Value to be used as a multiplier conversion factor to convert monetary value from one currency to another" super( min: 4, max: 10, req: req, ref: ref, val: val, ) end