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
-
#themes ⇒ Hashie::Mash
Get themes for client.
Instance Method Details
#themes ⇒ Hashie::Mash
Get themes for client
10 11 12 |
# File 'lib/bwapi/client/command_center/themes.rb', line 10 def themes get "commandcenter/themes" end |