Module: Insightly2::DSL::Currencies

Included in:
Insightly2::DSL
Defined in:
lib/insightly2/dsl/currencies.rb

Instance Method Summary collapse

Instance Method Details

#get_currenciesArray?

GET /v2.1/Currencies Get a list of currencies.

Returns:

  • (Array, nil)

    .



8
9
10
# File 'lib/insightly2/dsl/currencies.rb', line 8

def get_currencies
  Resources::Currency.parse(request(:get, "Currencies"))
end