Module: BWAPI::Client::Brandwatch::ClientModules
- Included in:
- BWAPI::Client::Brandwatch
- Defined in:
- lib/bwapi/client/brandwatch/client_modules.rb
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
10 11 12 |
# File 'lib/bwapi/client/brandwatch/client_modules.rb', line 10 def brandwatch_client_modules id get "brandwatch/clientModules/#{id}" end |
#update_brandwatch_client_module(opts) ⇒ Hashie::Mash
Update brandwatch client modules
19 20 21 |
# File 'lib/bwapi/client/brandwatch/client_modules.rb', line 19 def update_brandwatch_client_module opts put "brandwatch/clientModules", opts end |