module CoinsPaid::API::CurrenciesList

Constants

PATH

Public Instance Methods

call() click to toggle source
# File lib/coins_paid/api/currencies_list.rb, line 15
def call
  Response.new(data: Transport.post(PATH)).data
end