Class: Beatport::Catalog::SourceType

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

Class Method Summary collapse

Methods inherited from Item

#[], #associate, associations, find_by_name, has_many, has_one, #id, #initialize, lazy_accessor, #type

Constructor Details

This class inherits a constructor from Beatport::Item

Class Method Details

.allObject



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

def self.all
  Client.retrieve 'source-types', SourceType
end