timcase/echonest

View on GitHub
lib/echowrap/meta.rb

Summary

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

module Echowrap
  class Meta < Echowrap::Base
    attr_reader :analyzer_version, :detailed_status, :filename, :artist,
                :album, :title, :genre, :bitrate, :sample_rate, :seconds,
                :status_code, :timestamp, :analysis_time
  end
end