Class: Money::RatesStore::Memory
- Inherits:
-
Object
- Object
- Money::RatesStore::Memory
- Defined in:
- lib/money/bank/openexchangerates_bank.rb
Overview
Memory class
Instance Method Summary collapse
-
#reset!(rt = {}) ⇒ Object
Add method to reset the build in memory store.
Instance Method Details
#reset!(rt = {}) ⇒ Object
Add method to reset the build in memory store
17 18 19 |
# File 'lib/money/bank/openexchangerates_bank.rb', line 17 def reset!(rt = {}) transaction { @index = rt } end |