Class: MoneyExchange::Bank
- Inherits:
-
Money::Bank::VariableExchange
- Object
- Money::Bank::VariableExchange
- MoneyExchange::Bank
- Defined in:
- lib/money_exchange/bank.rb
Instance Method Summary collapse
-
#initialize(opts = {}, &blk) ⇒ Bank
constructor
A new instance of Bank.
Constructor Details
#initialize(opts = {}, &blk) ⇒ Bank
Returns a new instance of Bank.
5 6 7 |
# File 'lib/money_exchange/bank.rb', line 5 def initialize(opts = {}, &blk) super(MoneyExchange::Store.new(opts), &blk) end |