Module: BWAPI::Client::Brandwatch
- Includes:
- Become, ClientModules
- Included in:
- BWAPI::Client
- Defined in:
- lib/bwapi/client/brandwatch.rb,
lib/bwapi/client/brandwatch/become.rb,
lib/bwapi/client/brandwatch/client_modules.rb
Defined Under Namespace
Modules: Become, ClientModules
Instance Method Summary collapse
-
#brandwatch_data_download(id, opts) ⇒ Hashie::Mash
Create a new data download in project.
Methods included from ClientModules
#brandwatch_client_modules, #update_brandwatch_client_module
Methods included from Become
Instance Method Details
#brandwatch_data_download(id, opts) ⇒ Hashie::Mash
Create a new data download in project
24 25 26 |
# File 'lib/bwapi/client/brandwatch.rb', line 24 def brandwatch_data_download id, opts post "brandwatch/#{project_id}/datadownload", opts end |