Method: Redmineup::Currency#code

Defined in:
lib/redmineup/currency.rb

#codeString

Returns currency symbol or iso code for currencies with no symbol.

Returns:

  • (String)


390
391
392
# File 'lib/redmineup/currency.rb', line 390

def code
  symbol || iso_code
end