Class: Songsterr::Data::TrackAudio

Inherits:
Base
  • Object
show all
Defined in:
lib/songsterr/data/track_audio.rb

Instance Attribute Summary

Attributes inherited from Base

#data

Instance Method Summary collapse

Methods inherited from Base

#attachment_url, #info, #initialize, #method_missing

Constructor Details

This class inherits a constructor from Songsterr::Data::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Songsterr::Data::Base

Instance Method Details

#mp3_fileObject



5
6
7
# File 'lib/songsterr/data/track_audio.rb', line 5

def mp3_file
  attachment_url(:mp3_file)
end