Sha256: 3f6d2af33ff4559c75788e9a17ca581f60e7d396fca312f6a8951441008e13dd
Contents?: true
Size: 276 Bytes
Versions: 1
Compression:
Stored size: 276 Bytes
Contents
module Halo module Metadata module HaloWars2 class Playlists < APIResponse def initialize(options = {}) super(options) end def all(options = {}) get_data('/playlists', options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
halo-api-0.2.1 | lib/halo-api/modules/metadata/halo_wars2/playlists.rb |