Class: Beatport::Catalog::Slide

Inherits:
Item
  • Object
show all
Defined in:
lib/beatport/catalog/slide.rb

Class Method Summary collapse

Methods inherited from Item

#[], #associate, associations, find_by_name, has_many, has_one, #id, #initialize, lazy_accessor, #type

Constructor Details

This class inherits a constructor from Beatport::Item

Class Method Details

.feature(*args) ⇒ Object



8
9
10
# File 'lib/beatport/catalog/slide.rb', line 8

def self.feature(*args)
  Client.retrieve 'slideshows/feature', Slide, *args
end

.header(*args) ⇒ Object



4
5
6
# File 'lib/beatport/catalog/slide.rb', line 4

def self.header(*args)
  Client.retrieve 'slideshows/header', Slide, *args
end

.small(*args) ⇒ Object



12
13
14
# File 'lib/beatport/catalog/slide.rb', line 12

def self.small(*args)
  Client.retrieve 'slideshows/small', Slide, *args
end