Class: Spotifiery::Searchable::Track

Inherits:
Object
  • Object
show all
Includes:
Base
Defined in:
lib/spotifiery/searchable/track.rb

Constant Summary collapse

LOOKUPS =
['artist' , 'album']
QUERY_EXTRA_DEFAULT =
nil

Constants included from Base

Base::BASE_LOOKUP_URL, Base::BASE_SEARCH_URL

Class Method Summary collapse

Methods included from Base

#initialize

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Spotifiery::Searchable::Base

Class Method Details

.base_nameObject



10
11
12
# File 'lib/spotifiery/searchable/track.rb', line 10

def self.base_name
  'track'
end