Class: Gera::CrossRateMode
- Inherits:
-
ApplicationRecord
- Object
- ApplicationRecord
- ApplicationRecord
- Gera::CrossRateMode
- 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
#title ⇒ Object
9 10 11 |
# File 'app/models/gera/cross_rate_mode.rb', line 9 def title "#{currency_pair}(#{rate_source || 'auto'})" end |