timcase/echonest

View on GitHub
lib/echowrap/reference.rb

Summary

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

module Echowrap
    class Reference < Echowrap::Base
      attr_reader :artist_id, :artist_name
    end
end