Module: BWAPI::Client::Brandwatch::LogLevel
- Included in:
- BWAPI::Client::Brandwatch
- Defined in:
- lib/bwapi/client/brandwatch/log_level.rb
Overview
Loglevel module for brandwatch/log-level endpoint
Instance Method Summary collapse
-
#brandwatch_log_level(opts = {}) ⇒ Array
Change the API LogLevel.
Instance Method Details
#brandwatch_log_level(opts = {}) ⇒ Array
Change the API LogLevel
11 12 13 |
# File 'lib/bwapi/client/brandwatch/log_level.rb', line 11 def brandwatch_log_level(opts = {}) post 'brandwatch/log-level', opts end |