timcase/echonest

View on GitHub
lib/echowrap/seeds.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'echowrap/base'

module Echowrap
    class Seeds < Echowrap::Base
      attr_reader :artist_ids, :descriptions, :genres, :seed_catalogs, :session_catalogs, 
                  :song_ids, :station_catalogs, :track_ids

    end
end