Sha256: acd2bf051d229f0d73e8f748f7d5cd25ad3fe076e89cdcc0752910feedbe0496
Contents?: true
Size: 220 Bytes
Versions: 3
Compression:
Stored size: 220 Bytes
Contents
class Lastfm module MethodCategory class Library < Base regular_method :get_artists, [:user], [[:limit, nil], [:page, nil]] do |response| response.xml['artists']['artist'] end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lastfm-1.0.1 | lib/lastfm/method_category/library.rb |
lastfm-0.6.0 | lib/lastfm/method_category/library.rb |
lastfm-0.5.0 | lib/lastfm/method_category/library.rb |