Module: BWAPI::Client::CommandCenter::CategoryColours

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

Overview

CategoryColours module for commandcenter/categoryColours endpoints

Instance Method Summary collapse

Instance Method Details

#all_category_coloursObject

Get colours defined for categories in current client

TODO: Add parameters documentation



9
10
11
# File 'lib/bwapi/client/command_center/category_colours.rb', line 9

def all_category_colours
  get 'commandcenter/categoryColours'
end