Sha256: 75b8b4f3998ad9553180960403576e5730add44f0267ee67d8d92c634b0f82a9

Contents?: true

Size: 335 Bytes

Versions: 14

Compression:

Stored size: 335 Bytes

Contents

module Beatport
  module Catalog
    class AudioFormat < Item
      
      # Returns the audio format with the name given
      def self.find(key)
        Client.retrieve 'audio-formats', AudioFormat, :key => key
      end
            
      def self.all
        Client.retrieve 'audio-formats', AudioFormat
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

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