Sha256: 1f6d9636cbd752fafc3315c49ca72797c15654af2d7e7e136ae0e24544d3b432

Contents?: true

Size: 306 Bytes

Versions: 5

Compression:

Stored size: 306 Bytes

Contents

module Rockstar
  class Library < Base

    def artists(force=false, options = {})
      get_instance("library.getArtists", :artists, :artist, options, force)
    end
    
    def albums(force=false, options = {})
      get_instance("library.getAlbums", :albums, :album, options, force)
    end

  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
rockstar-0.8.1 lib/rockstar/library.rb
rockstar-0.8.0 lib/rockstar/library.rb
jonaustin-rockstar-0.7.1 lib/rockstar/library.rb
rockstar-0.7.1 lib/rockstar/library.rb
rockstar-0.7.0 lib/rockstar/library.rb