module OpenExchangeRates
Constants
- BASE_URL
- LATEST_URL
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/open_exchange_rates.rb, line 15 def self.configure self.configuration ||= OpenExchangeRates::Configuration.new yield(configuration) end