class LastFM::Artist
Public Class Methods
search(artist)
click to toggle source
# File lib/last_fm/artist.rb, line 4 def search(artist) Query.search({ method: 'artist.search', artist: artist }) end
# File lib/last_fm/artist.rb, line 4 def search(artist) Query.search({ method: 'artist.search', artist: artist }) end