timcase/echonest

View on GitHub
lib/echowrap/echonest_id.rb

Summary

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

module Echowrap
  class EchonestId < Echowrap::Base
    attr_reader :foreign_id, :id

  end
end