Class: AbokiFXIndexer::Indexer

Inherits:
Object
  • Object
show all
Defined in:
lib/abokifx_indexer/indexer.rb

Instance Method Summary collapse

Instance Method Details

#get_latest_ngn_ratesObject



7
8
9
10
11
12
# File 'lib/abokifx_indexer/indexer.rb', line 7

def get_latest_ngn_rates
  response = Typhoeus.get(base_url)
  GetLatestNGNRatesParser.new(
    response_body: response.body,
  ).parse
end