module ExchangeRateJt
Constants
- VERSION
Attributes
configuration[RW]
exchange_rates[RW]
Public Class Methods
at(date, base, counter)
click to toggle source
# File lib/exchange_rate_jt.rb, line 29 def self.at(date, base, counter) exchange_rates.at(date, base, counter) end
configure() { |configuration| ... }
click to toggle source
# File lib/exchange_rate_jt.rb, line 21 def self.configure yield(configuration) end
currency_list()
click to toggle source
# File lib/exchange_rate_jt.rb, line 33 def self.currency_list exchange_rates.currency_list end
update_exchange_rates()
click to toggle source
# File lib/exchange_rate_jt.rb, line 25 def self.update_exchange_rates exchange_rates.update end