Class: MusixMatch::Models::Track

Inherits:
Object
  • Object
show all
Includes:
Model, Searcher
Defined in:
lib/musix_match/models/track.rb

Class Method Summary collapse

Methods included from Searcher

included

Methods included from Model

included

Class Method Details

.get_chart(options = {}) ⇒ Object



11
12
13
# File 'lib/musix_match/models/track.rb', line 11

def self.get_chart(options={})        
  API::TrackChart.get_chart(options)
end