Module: FedgerAPI::Client::Tagged

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

Overview

Tagged

Instance Method Summary collapse

Instance Method Details

#tagged_companies(query) ⇒ Object

Returns companies associated with tags.



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

def tagged_companies(query)
  tagged_provider(query, '/company')
end

#tagged_fundings(query) ⇒ Object

Returns fundings associated with tags.



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

def tagged_fundings(query)
  tagged_provider(query, '/funding')
end