Class: Beatport::Catalog::Slide
- 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 |