Module: FedgerAPI::Client::Geo

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

Overview

Geo

Instance Method Summary collapse

Instance Method Details

#geo_located_companies(country_code) ⇒ Object

Returns companies by region.



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

def geo_located_companies(country_code)
  geo_provider(country_code, '/company')
end

#geo_located_fundings(country_code) ⇒ Object

Returns fundings by region.



11
12
13
# File 'lib/fedger_api/client/geo.rb', line 11

def geo_located_fundings(country_code)
  geo_provider(country_code, '/funding')
end