Class: BC::API::Site

Inherits:
Object
  • Object
show all
Defined in:
lib/bloomberg_currency/api/site.rb

Overview

Implements site scrapping

Class Method Summary collapse

Class Method Details

.quote(currency_one, currency_two) ⇒ Object



8
9
10
# File 'lib/bloomberg_currency/api/site.rb', line 8

def quote(currency_one, currency_two)
  process(currency_one, currency_two)
end