class ExchangerBase
Public Class Methods
new()
click to toggle source
default constructor
# File lib/mrpin/core/currency_exchanger/base/exchanger_base.rb, line 13 def initialize end
Public Instance Methods
get_rate(from_currency, to_currency)
click to toggle source
# File lib/mrpin/core/currency_exchanger/base/exchanger_base.rb, line 17 def get_rate(from_currency, to_currency) 0.0 end