Sha256: 349d6f68e4aab2c82dc735b26f1981856d410b41adf776a565d7882bd2c98226

Contents?: true

Size: 152 Bytes

Versions: 15

Compression:

Stored size: 152 Bytes

Contents

module Beatport
  module Catalog
    class Currency < Item
      def self.all
        Client.retrieve 'currencies', Currency
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

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