Class: Spotifiery::Searchable::Artist

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

Constant Summary collapse

LOOKUPS =
['album']
QUERY_EXTRA_DEFAULT =
'albumdetail'

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/artist.rb', line 10

def self.base_name
  'artist'
end