Sha256: f06ef1960878505003cb3f07a343f9825f11b6274664dce3def3b98cd6fadf2b
Contents?: true
Size: 250 Bytes
Versions: 15
Compression:
Stored size: 250 Bytes
Contents
module Beatport module Catalog class Home < Item has_one :slideshow, Slideshow has_many :features, Feature has_many :top_downloads, Track def self.get Client.retrieve 'home', Home end end end end
Version data entries
15 entries across 15 versions & 1 rubygems