module BWAPI::Client::CommandCenter::CategoryColours

CategoryColours module for commandcenter/categoryColours endpoints

Public Instance Methods

all_category_colours() click to toggle source

Get colours defined for categories in current client

TODO: Add parameters documentation

# File lib/bwapi/client/command_center/category_colours.rb, line 9
def all_category_colours
  get 'commandcenter/categoryColours'
end