monetary_node :lower_earnings_limit, whole_units: true endUsing that XmlSectionExample.new do |example| example.lower_earnings_limit BigDecimal("153.49") endA Hermod::InvalidInputError will be raisedOptionalFor monetary nodes the optional option will also prevent zero values from being submitted....
monetary_node :lower_earnings_limit, whole_units: true end Using that XmlSection Example.new do |example| example.lower_earnings_limit BigDecimal("153.49") end A Hermod::InvalidInputError will be raised Optional For monetary nodes the optional option will also prevent zero values from being ...