Sha256: 657d0e94354a2f2ff168bbae86ae28a042d0f5173584bd08a28def73890a6273
Contents?: true
Size: 219 Bytes
Versions: 8
Compression:
Stored size: 219 Bytes
Contents
class Lastfm module MethodCategory class Chart < Base regular_method :get_hyped_artists, [], [[:page, nil], [:limit, nil]] do |response| response.xml['artists']['artist'] end end end end
Version data entries
8 entries across 8 versions & 1 rubygems