Class: Beatport::Catalog::ItemType

Inherits:
Item
  • Object
show all
Defined in:
lib/beatport/catalog/item_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/item_type.rb', line 4

def self.all
  Client.retrieve 'item-types', ItemType
end