Class: Dance::Artists

Inherits:
Client
  • Object
show all
Defined in:
lib/dance/artists.rb

Class Method Summary collapse

Methods inherited from Client

#artists, #genres, #initialize, #tracks, #users

Constructor Details

This class inherits a constructor from Dance::Client

Class Method Details

.info(id) ⇒ Object



4
5
6
# File 'lib/dance/artists.rb', line 4

def self.info(id)
  get('/artists/' + id.to_s)
end