Class: Beatport::Catalog::ChartOverview
- Defined in:
- lib/beatport/catalog/chart_overview.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
.get ⇒ Object
7 8 9 |
# File 'lib/beatport/catalog/chart_overview.rb', line 7 def self.get Client.retrieve 'charts/overview', ChartOverview end |