class BitstampClient::ExchangeRate

Public Instance Methods

currency_pair() click to toggle source
# File lib/bitstamp_client/models/exchange_rate.rb, line 11
def currency_pair
  [base_currency, counter_currency].join
end