Module: Europe::Currency
- Defined in:
- lib/europe/currency/currency.rb,
lib/europe/currency/exchange_rates.rb
Overview
currency
Defined Under Namespace
Modules: ExchangeRates
Constant Summary collapse
- CURRENCIES =
{ EUR: { name: 'Euro', symbol: '€', html: '€' }, BGN: { name: 'Lev', symbol: 'лв', html: 'лв' }, CZK: { name: 'Koruna', symbol: 'Kč', html: 'Kč' }, DKK: { name: 'Krone', symbol: 'kr.', html: 'kr' }, GBP: { name: 'Pound', symbol: '£', html: '£' }, HRK: { name: 'Kuna', symbol: 'kn.', html: 'kn' }, HUF: { name: 'Forint', symbol: 'Ft', html: 'Ft' }, PLN: { name: 'Zloty', symbol: 'zł', html: 'zł' }, RON: { name: 'Leu', symbol: 'lei', html: 'lei' }, SEK: { name: 'Krona', symbol: 'kr', html: 'kr' } }.freeze