Method: Redmineup::Currency#subunit
- Defined in:
- lib/redmineup/currency.rb
#subunit ⇒ String (readonly)
Returns The name of the fractional monetary unit.
241 242 243 |
# File 'lib/redmineup/currency.rb', line 241 attr_reader :id, :priority, :iso_code, :iso_numeric, :name, :symbol, :disambiguate_symbol, :html_entity, :subunit, :subunit_to_unit, :decimal_mark, :thousands_separator, :symbol_first, :smallest_denomination |