Module: BWAPI::Client::Brandwatch::ClientModules
- Included in:
- BWAPI::Client::Brandwatch
- Defined in:
- lib/bwapi/client/brandwatch/client_modules.rb
Overview
ClientModules module for brandwatch/clientModules endpoints
Instance Method Summary collapse
-
#brandwatch_client_modules(id) ⇒ Hashie::Mash
Get a specific clients modules.
-
#update_brandwatch_client_module(opts) ⇒ Hashie::Mash
Update brandwatch client modules.
Instance Method Details
#brandwatch_client_modules(id) ⇒ Hashie::Mash
Get a specific clients modules
11 12 13 |
# File 'lib/bwapi/client/brandwatch/client_modules.rb', line 11 def brandwatch_client_modules id get "brandwatch/clientModules/#{id}" end |
#update_brandwatch_client_module(opts) ⇒ Hashie::Mash
Update brandwatch client modules
20 21 22 |
# File 'lib/bwapi/client/brandwatch/client_modules.rb', line 20 def update_brandwatch_client_module opts put "brandwatch/clientModules", opts end |