class Beatport::Catalog::Mixed

Public Class Methods

all(options = {}) click to toggle source
# File lib/beatport/catalog/mixed.rb, line 4
def self.all(options = {})
  Client.retrieve 'mixed', :auto, options
end