Sha256: afe3fbeeabb9fe6feb0a675551538e222426ab3cdbb29d63117689fdfb2181f3
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
module Beatport module Catalog class Autocomplete < Item def self.query(query, options = {}) options['query'] = query Client.retrieve('autocomplete', Autocomplete, options) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beatport-0.1.1 | lib/beatport/catalog/autocomplete.rb |