Module: BWAPI::Client::CommandCenter::TagColours

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

Overview

TagColours module for commandcenter/tagColours endpoints

Instance Method Summary collapse

Instance Method Details

#all_tag_coloursObject

Get colours defined for tags in current client

TODO: Add parameters documentation



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

def all_tag_colours
  get 'commandcenter/tagColours'
end