Class: Apis::Currency
- Inherits:
-
Object
- Object
- Apis::Currency
- Defined in:
- lib/apis/endpoints/currency.rb
Overview
Class to fetch currency
Instance Method Summary collapse
-
#arion ⇒ Faraday::Response
Get currency data from Arion.
-
#lb ⇒ Faraday::Response
Get currency data from Landsbankinn.
-
#m5 ⇒ Faraday::Response
Get currency data from m5.
Instance Method Details
#arion ⇒ Faraday::Response
Get currency data from Arion
9 10 11 |
# File 'lib/apis/endpoints/currency.rb', line 9 def arion Apis.client.get('/currency/arion') end |