module Halo module Metadata module Halo5 class TeamColors < APIResponse def initialize(options = {}) super(options) end def all(options = {}) get_data('/team-colors', options) end end end end end