class Danconia::Exchanges::FixedRates

Public Class Methods

new(rates: {}) click to toggle source
# File lib/danconia/exchanges/fixed_rates.rb, line 4
def initialize rates: {}
  @rates = rates
end

Public Instance Methods

rates(**_opts) click to toggle source
# File lib/danconia/exchanges/fixed_rates.rb, line 8
def rates **_opts
  @rates
end