Sha256: f3c140b1f047e1e8f5d52e9ad127f4ac8e2e4276d93c943e2db4a840445f1562
Contents?: true
Size: 160 Bytes
Versions: 1
Compression:
Stored size: 160 Bytes
Contents
module Beatport module Catalog class Mixed def self.all(options = {}) Client.retrieve('mixed', :auto, options) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beatport-0.1.1 | lib/beatport/catalog/mixed.rb |