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

Parameters:

  • opts (Hash) (defaults to: {})

    options hash of parameters

Options Hash (opts):

  • logLevel (String)

    for API2

Returns:

  • (Array)

    Returns the updated log level



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

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