Module: BWAPI::Client::Brandwatch::CommandCenter::Themes

Included in:
BWAPI::Client::Brandwatch::CommandCenter
Defined in:
lib/bwapi/client/brandwatch/command_center/themes.rb

Overview

Themes module for brandwatch/commandcenter/themes endpoints

Instance Method Summary collapse

Instance Method Details

#brandwatch_all_themesHash

Get supported Vizia themes

Returns:

  • (Hash)

    All themes



10
11
12
# File 'lib/bwapi/client/brandwatch/command_center/themes.rb', line 10

def brandwatch_all_themes
  get 'brandwatch/commandcenter/themes'
end