Class: Gera::EXMORatesWorker

Inherits:
Object
  • Object
show all
Includes:
AutoLogger, RatesWorker, Sidekiq::Worker
Defined in:
app/workers/gera/exmo_rates_worker.rb

Overview

Import rates from EXMO

Constant Summary collapse

URL1 =
'https://api.exmo.com/v1/ticker/'
URL2 =
'https://api.exmo.me/v1/ticker/'
URL =
URL2

Constants included from RatesWorker

RatesWorker::Error

Method Summary

Methods included from RatesWorker

#perform