timcase/echonest

View on GitHub
lib/echowrap/doc_counts.rb

Summary

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

module Echowrap
  class DocCounts < Echowrap::Base
    attr_reader :audio, :biographies, :blogs, :images, :news, :reviews, :songs, :video

  end
end