module Paperdrive::Client::Currencies
Instance methods related to Currencies
to embed into Paperdrive::Client
arguments are compatible with the Pipedribe API.
Public Instance Methods
all_currencies(**args)
click to toggle source
- GET
-
fetch all supported currencies
@see developers.pipedrive.com/docs/api/v1/#!/Currencies/get_currencies @return [Paperdrive::Response]
# File lib/paperdrive/client/currencies.rb, line 18 def all_currencies(**args) params = parameters(args) do optional_params :term end request(:get, 'currencies', params) end