Class: Beatport::Catalog::Mixed

Inherits:
Object
  • Object
show all
Defined in:
lib/beatport/catalog/mixed.rb

Class Method Summary collapse

Class Method Details

.all(options = {}) ⇒ Object



4
5
6
# File 'lib/beatport/catalog/mixed.rb', line 4

def self.all(options = {})
  Client.retrieve 'mixed', :auto, options
end