Class: Adapt::Methods::ConvertCurrency

Inherits:
Base
  • Object
show all
Defined in:
lib/adapt/methods/convert_currency.rb

Overview

Obtains Foreign Exchange currency conversion rates for a list of amounts

Defined Under Namespace

Classes: CurrencyType, Request, Response

Constant Summary collapse

CURRENCY_CODES =
%w(AUD BRL CAD CZK DKK EUR HKD HUF ILS JPY MYR MXN NOK NZD PHP PLN GBP SGD SEK CHF TWD THB USD).freeze

Method Summary

Methods inherited from Base

#attributes, #attributes=, #from_json, #initialize, property, #to_json

Constructor Details

This class inherits a constructor from Adapt::Base