Class: ExchangeRateWorker

Inherits:
Object
  • Object
show all
Includes:
Sidekiq::Job
Defined in:
app/workers/exchange_rate_worker.rb

Instance Method Summary collapse

Instance Method Details

#performObject



6
7
8
# File 'app/workers/exchange_rate_worker.rb', line 6

def perform
  ExchangeRate.get_exchange_rates_for_today
end