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

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

Overview

Themes module for commandcenter/themes endpoints

Instance Method Summary collapse

Instance Method Details

#themesHashie::Mash

Get themes for client

Returns:

  • (Hashie::Mash)

    All themes



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

def themes
  get 'commandcenter/themes'
end