Sha256: 78aef47789b23a9166ce486ebe8360ec0d64463665ea778e85543578e86c82c5

Contents?: true

Size: 158 Bytes

Versions: 15

Compression:

Stored size: 158 Bytes

Contents

module Beatport
  module Catalog
    class ItemType < Item
      def self.all
        Client.retrieve 'item-types', ItemType
      end      
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
beatport-0.4.0 lib/beatport/catalog/item_type.rb
beatport-0.3.0 lib/beatport/catalog/item_type.rb
beatport-0.2.3 lib/beatport/catalog/item_type.rb
beatport-0.2.2 lib/beatport/catalog/item_type.rb
beatport-0.2.1 lib/beatport/catalog/item_type.rb
beatport-0.2.0 lib/beatport/catalog/item_type.rb
beatport-0.1.10 lib/beatport/catalog/item_type.rb
beatport-0.1.9 lib/beatport/catalog/item_type.rb
beatport-0.1.8 lib/beatport/catalog/item_type.rb
beatport-0.1.7 lib/beatport/catalog/item_type.rb
beatport-0.1.6 lib/beatport/catalog/item_type.rb
beatport-0.1.5 lib/beatport/catalog/item_type.rb
beatport-0.1.3 lib/beatport/catalog/item_type.rb
beatport-0.1.2 lib/beatport/catalog/item_type.rb
beatport-0.1.1 lib/beatport/catalog/item_type.rb