module BWAPI::Client::CommandCenter::TagColours

TagColours module for commandcenter/tagColours endpoints

Public Instance Methods

all_tag_colours() click to toggle source

Get colours defined for tags in current client

TODO: Add parameters documentation

# File lib/bwapi/client/command_center/tag_colours.rb, line 9
def all_tag_colours
  get 'commandcenter/tagColours'
end