module Halo module Metadata module HaloWars2 class Playlists < Halo::APIResponse def initialize(options = {}) super(options) end def all(options = {}) get_data("#{@endpoint}/playlists", options) end end end end end