Module: Gera

Extended by:
Configuration
Defined in:
lib/banks/currency_exchange.rb,
lib/gera.rb,
lib/gera/rate.rb,
lib/gera/engine.rb,
lib/gera/numeric.rb,
lib/gera/railtie.rb,
lib/gera/version.rb,
lib/gera/mathematic.rb,
lib/gera/configuration.rb,
lib/gera/currency_pair.rb,
lib/gera/money_support.rb,
app/models/gera/direction.rb,
lib/gera/bitfinex_fetcher.rb,
lib/gera/currencies_purger.rb,
app/models/gera/rate_source.rb,
app/jobs/gera/application_job.rb,
app/models/gera/currency_rate.rb,
app/models/gera/exchange_rate.rb,
app/models/gera/external_rate.rb,
app/models/gera/direction_rate.rb,
app/models/gera/payment_system.rb,
lib/gera/repositories/universe.rb,
app/models/gera/cross_rate_mode.rb,
app/models/gera/rate_source_cbr.rb,
app/models/gera/rate_source_auto.rb,
app/models/gera/rate_source_exmo.rb,
lib/gera/rate_from_multiplicator.rb,
app/models/gera/cbr_external_rate.rb,
app/workers/gera/cbr_rates_worker.rb,
app/models/gera/application_record.rb,
app/models/gera/currency_rate_mode.rb,
app/models/gera/rate_source_manual.rb,
app/workers/gera/exmo_rates_worker.rb,
lib/builders/currency_rate_builder.rb,
app/helpers/gera/application_helper.rb,
app/models/gera/rate_source_cbr_avg.rb,
app/models/gera/rate_source_bitfinex.rb,
app/workers/gera/cbr_avg_rates_worker.rb,
app/helpers/gera/direction_rate_helper.rb,
app/helpers/gera/exchange_rates_helper.rb,
app/models/gera/currency_rate_snapshot.rb,
app/models/gera/external_rate_snapshot.rb,
app/workers/concerns/gera/rates_worker.rb,
app/workers/gera/bitfinex_rates_worker.rb,
app/workers/gera/currency_rates_worker.rb,
app/models/gera/direction_rate_snapshot.rb,
lib/builders/currency_rate_auto_builder.rb,
app/workers/gera/directions_rates_worker.rb,
lib/builders/currency_rate_cross_builder.rb,
lib/builders/currency_rate_direct_builder.rb,
app/controllers/gera/currencies_controller.rb,
app/models/concerns/gera/direction_support.rb,
app/authorizers/gera/application_authorizer.rb,
app/authorizers/gera/rate_source_authorizer.rb,
app/controllers/gera/application_controller.rb,
app/decorators/gera/currency_rate_decorator.rb,
app/models/gera/currency_rate_mode_snapshot.rb,
app/controllers/gera/rate_sources_controller.rb,
app/decorators/gera/direction_rate_decorator.rb,
app/decorators/gera/payment_system_decorator.rb,
app/workers/gera/purge_currency_rates_worker.rb,
app/authorizers/gera/currency_rate_authorizer.rb,
app/authorizers/gera/exchange_rate_authorizer.rb,
app/workers/gera/purge_direction_rates_worker.rb,
app/authorizers/gera/direction_rate_authorizer.rb,
app/authorizers/gera/payment_system_authorizer.rb,
app/controllers/gera/currency_rates_controller.rb,
app/controllers/gera/exchange_rates_controller.rb,
app/controllers/gera/external_rates_controller.rb,
app/models/concerns/gera/currency_pair_support.rb,
app/models/gera/currency_rate_history_interval.rb,
app/controllers/gera/direction_rates_controller.rb,
app/controllers/gera/payment_systems_controller.rb,
app/models/gera/direction_rate_history_interval.rb,
lib/gera/repositories/currency_rates_repository.rb,
lib/gera/repositories/exchange_rates_repository.rb,
app/models/concerns/gera/currency_pair_generator.rb,
app/workers/gera/create_history_intervals_worker.rb,
lib/gera/repositories/direction_rates_repository.rb,
lib/gera/repositories/payment_systems_repository.rb,
app/models/concerns/gera/history_interval_concern.rb,
app/authorizers/gera/currency_rate_mode_authorizer.rb,
app/controllers/gera/currency_rate_modes_controller.rb,
lib/gera/repositories/currency_rate_modes_repository.rb,
app/models/gera/currency_rate_history_interval_filter.rb,
app/models/gera/direction_rate_history_interval_filter.rb,
app/controllers/gera/external_rate_snapshots_controller.rb,
app/models/concerns/gera/currency_rate_mode_builder_support.rb,
app/controllers/gera/currency_rate_mode_snapshots_controller.rb,
app/controllers/gera/currency_rate_history_intervals_controller.rb,
app/controllers/gera/direction_rate_history_intervals_controller.rb

Overview

Курсы внешних систем

Defined Under Namespace

Modules: ApplicationHelper, Configuration, CurrenciesPurger, CurrencyPairGenerator, CurrencyPairSupport, CurrencyRateHelper, CurrencyRateModeBuilderSupport, CurrencyRateModesHelper, DirectionRateHelper, DirectionSupport, ExchangeRatesHelper, HistoryIntervalConcern, Mathematic, MoneySupport, Numeric, RatesWorker Classes: ApplicationAuthorizer, ApplicationController, ApplicationJob, ApplicationRecord, BitfinexFetcher, BitfinexRatesWorker, CBRAvgRatesWorker, CBRRatesWorker, CbrExternalRate, CreateHistoryIntervalsWorker, CrossRateMode, CurrenciesController, CurrencyExchange, CurrencyPair, CurrencyRate, CurrencyRateAuthorizer, CurrencyRateAutoBuilder, CurrencyRateBuilder, CurrencyRateCrossBuilder, CurrencyRateDecorator, CurrencyRateDirectBuilder, CurrencyRateHistoryInterval, CurrencyRateHistoryIntervalFilter, CurrencyRateHistoryIntervalsController, CurrencyRateMode, CurrencyRateModeAuthorizer, CurrencyRateModeSnapshot, CurrencyRateModeSnapshotsController, CurrencyRateModesController, CurrencyRateModesRepository, CurrencyRateSnapshot, CurrencyRatesController, CurrencyRatesRepository, CurrencyRatesWorker, Direction, DirectionRate, DirectionRateAuthorizer, DirectionRateDecorator, DirectionRateHistoryInterval, DirectionRateHistoryIntervalFilter, DirectionRateHistoryIntervalsController, DirectionRateSnapshot, DirectionRatesController, DirectionRatesRepository, DirectionsRatesWorker, EXMORatesWorker, Engine, ExchangeRate, ExchangeRateAuthorizer, ExchangeRatesController, ExchangeRatesRepository, ExternalRate, ExternalRateSnapshot, ExternalRateSnapshotsController, ExternalRatesController, PaymentSystem, PaymentSystemAuthorizer, PaymentSystemDecorator, PaymentSystemsController, PaymentSystemsRepository, PurgeCurrencyRatesWorker, PurgeDirectionRatesWorker, Railtie, Rate, RateFromMultiplicator, RateSource, RateSourceAuthorizer, RateSourceAuto, RateSourceBitfinex, RateSourceCBR, RateSourceCBRAvg, RateSourceEXMO, RateSourceManual, RateSourcesController, Universe

Constant Summary collapse

CURRENCIES_PATH =
File.expand_path("../config/currencies.yml", __dir__)
VERSION =
'0.3.4'

Method Summary

Methods included from Configuration

configure, cross_pairs, default_cross_currency, payment_system_decorator