Module: RockRMS::Client::Fund
- Included in:
- RockRMS::Client
- Defined in:
- lib/rock_rms/resources/fund.rb
Instance Method Summary collapse
Instance Method Details
#list_funds(options = {}) ⇒ Object
4 5 6 7 |
# File 'lib/rock_rms/resources/fund.rb', line 4 def list_funds( = {}) res = get(fund_path, ) Response::Fund.format(res) end |