class Echowrap::Asset

Attributes

explicit[R]
filename[R]
id[R]
release[R]
title[R]
type[R]
year[R]

Public Instance Methods

echonest_ids() click to toggle source
# File lib/echowrap/asset.rb, line 7
def echonest_ids
  @echonest_ids ||= map_collection(Echowrap::EchonestId, :echonest_ids)
end