module BWAPI::Client::CommandCenter::Themes
Themes
module for commandcenter/themes endpoints
Public Instance Methods
themes()
click to toggle source
Get themes for client
@return [Hash] All themes
# File lib/bwapi/client/command_center/themes.rb, line 9 def themes get 'commandcenter/themes' end