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
-
#brandwatch_all_themes ⇒ Hash
Get supported Vizia themes.
Instance Method Details
#brandwatch_all_themes ⇒ Hash
Get supported Vizia themes
10 11 12 |
# File 'lib/bwapi/client/brandwatch/command_center/themes.rb', line 10 def brandwatch_all_themes get 'brandwatch/commandcenter/themes' end |