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

Instance Method Details

#brandwatch_log_level(opts = {}) ⇒ Array

Change the API LogLevel

Options Hash (opts):

  • logLevel (String)

    for API2



11
12
13
# File 'lib/bwapi/client/brandwatch/log_level.rb', line 11

def brandwatch_log_level(opts = {})
  post 'brandwatch/log-level', opts
end