Module: FedgerAPI::Client::Stats

Included in:
FedgerAPI::Client
Defined in:
lib/fedger_api/client/stats.rb

Overview

Stats

Instance Method Summary collapse

Instance Method Details

#stats_fundings(year, query) ⇒ Object

TODO



6
7
8
# File 'lib/fedger_api/client/stats.rb', line 6

def stats_fundings(year, query)
  stats_provider(year, query, '/fundings')
end