Class: Gera::CrossRateMode

Inherits:
ApplicationRecord show all
Includes:
CurrencyPairSupport
Defined in:
app/models/gera/cross_rate_mode.rb

Instance Method Summary collapse

Methods included from CurrencyPairSupport

#currency_from, #currency_pair, #currency_pair=, #currency_to

Instance Method Details

#titleObject



9
10
11
# File 'app/models/gera/cross_rate_mode.rb', line 9

def title
  "#{currency_pair}(#{rate_source || 'auto'})"
end